Color Hex Logo

#418228 Color Hex

#418228
(65,130,40)
0 Favorites   0 Comments

Color spaces of #418228

RGB 6513040
HSL0.290.530.33
HSV103°69°51°
CMYK 0.500.000.69   0.49
XYZ10.545617.24234.7798
Yxy17.24230.32380.5294
Hunter Lab41.5238-27.334022.2418
CIE-Lab48.5639-38.032940.7644

#418228 color RGB value is (65,130,40).

#418228 hex color red value is 65, green value is 130 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #418228 hue: 0.29 , saturation: 0.53 and the lightness value of 418228 is 0.33.

The process color (four color CMYK) of #418228 color hex is 0.50, 0.00, 0.69, 0.49. Web safe color of #418228 is #339933. Color #418228 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10000010 00101000
Octal 101 202 50
Decimal 65 130 40
Hex 41 82 28

RGB Percentages of Color #418228

%27.66
%55.32
%17.02

CMYK Percentages of Color #418228

%50
%0
%69
%49

Triadic Colors of #418228

#418228 #284182 #822841

Analogous Colors of #418228

#418228 #28823c #6e8228

Monochromatic Colors of #418228

#418228

Complementary Color

#418228 #692882

#418228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#418228 Color CSS Codes

.mybgcolor {background-color:#418228; } 
.myforecolor {color:#418228; }
.mybordercolor {border:3px solid #418228; }

#418228 Text Font Color

<p style="color:#418228">Text here</p>

This sample text font color is #418228
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#418228 Background Color

<div style="background-color:#418228">
Div content here</div>

This div background color is #418228


#418228 Border Color

<div style="border:3px solid #418228">
Div here</div>

This div border color is #418228


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,130,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #418228; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #418228;
  -webkit-box-shadow: 1px 1px 3px 2px #418228;
  box-shadow:         1px 1px 3px 2px #418228; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,130,40, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #418228">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #418228;
  -webkit-box-shadow: 1px 1px 3px 2px #418228;
  box-shadow:         1px 1px 3px 2px #418228;">
Div content here</div>

This div box has shadow with color #418228


Comments

No comments written yet.

Please login to write comment.