Color Hex Logo

#418b19 Color Hex

#418B19
(65,139,25)
0 Favorites   0 Comments

Color spaces of #418b19

RGB 6513925
HSL0.270.700.32
HSV99°82°55°
CMYK 0.530.000.82   0.45
XYZ11.588119.65924.1036
Yxy19.65920.32780.5561
Hunter Lab44.3387-30.941025.5497
CIE-Lab51.4497-42.802149.2375

#418b19 color RGB value is (65,139,25).

#418b19 hex color red value is 65, green value is 139 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #418b19 hue: 0.27 , saturation: 0.70 and the lightness value of 418b19 is 0.32.

The process color (four color CMYK) of #418b19 color hex is 0.53, 0.00, 0.82, 0.45. Web safe color of #418b19 is #339900. Color #418b19 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001011 00011001
Octal 101 213 31
Decimal 65 139 25
Hex 41 8B 19

RGB Percentages of Color #418b19

%28.38
%60.70
%10.92

CMYK Percentages of Color #418b19

%53
%0
%82
%45

Triadic Colors of #418b19

#418b19 #19418b #8b1941

Analogous Colors of #418b19

#418b19 #198b2a #7a8b19

Monochromatic Colors of #418b19

#418b19

Complementary Color

#418b19 #63198b

#418b19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418b19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#418b19 Color CSS Codes

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

#418b19 Text Font Color

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

This sample text font color is #418b19
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.


#418b19 Background Color

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

This div background color is #418b19


#418b19 Border Color

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

This div border color is #418b19


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,139,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #418b19; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #418b19;
  -webkit-box-shadow: 1px 1px 3px 2px #418b19;
  box-shadow:         1px 1px 3px 2px #418b19; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418b19


Comments

No comments written yet.

Please login to write comment.