Html Css Color HEX #5E8419 Olive Drab

📋 copy color: '#5E8419'

red 94 ◦ green 132 ◦ blue 25

#5E8419
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #5E8419

Tints of Olive Drab #5E8419

RGB

 RED value IS 94 (37.11% from 255) = 37.45%

 GREEN value IS 132 (51.95% from 255) = 52.59%

 BLUE value IS 25 (10.16% from 255) = 9.96%

R = 37.45%
G = 52.59%
B = 9.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.81

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5E8419 (or 0x5E8419) is known color: Olive Drab. HEX triplet: 5E, 84 and 19. RGB value is (94,132,25). Sum of RGB (Red+Green+Blue) = 94+132+25=251 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.45% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #5E8419 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8419 is #A17BE6. Grayscale: #6C6C6C. Windows color (decimal): -10583015 or 1672286. OLE color: 1672286.

HSL color Cylindrical-coordinate representation of color #5E8419: hue angle of 81.31º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E8419 is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB 94 132 25 -
CMYK 0.29 0 0.81 0.48
HSL 81.31º 0.68% 0.31% -
HSV(B) 81.31º 0.81% 0.52% -
XYZ 13.04 18.95 3.89 -
YUV 108.44 80.91 117.7 -
System Red Green Blue C M Y K H S L
Decimal 94 132 25 0.29 0 0.81 0.48 81.31 0.68 0.31
Hex 5E 84 19 1D 0 51 30 51 44 1F
Octal 136 204 31 35 0 121 60 121 104 37
Binary 1011110 10000100 11001 11101 0 1010001 110000 1010001 1000100 11111

Color Harmonies of #5E8419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8419

Black with #5E8419

Text Example


Text Example

White with #5E8419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E8419; }

 p { color: rgb(94,132,25); }

 H1.HeaderClassName
 {
   color: #5E8419;
 }
 .AnyTagClassName
 {
   color: #5E8419;
 }
</style>

background-color css

<style>
 a { background-color: #5E8419; }

 a { background-color: rgb(94,132,25); }

 div.DivClassName
 {
   background-color: #5E8419;
 }
 .BgClassName
 {
   background-color: #5E8419;
 }
</style>

border-color css

<style>
 span { border-color: #5E8419; }

 span { border-color: rgb(94,132,25); }

 td.TdClassName
 {
   border-color: #5E8419;
 }
 .TagClassName
 {
   border-color: #5E8419;
 }
</style>