Html Css Color HEX #5E8204 Olive Drab

📋 copy color: '#5E8204'

red 94 ◦ green 130 ◦ blue 4

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

Shades of Olive Drab #5E8204

Tints of Olive Drab #5E8204

RGB

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

 GREEN value IS 130 (51.17% from 255) = 57.02%

 BLUE value IS 4 (1.95% from 255) = 1.75%

R = 41.23%
G = 57.02%
B = 1.75%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#5E8204 (or 0x5E8204) is known color: Olive Drab. HEX triplet: 5E, 82 and 04. RGB value is (94,130,4). Sum of RGB (Red+Green+Blue) = 94+130+4=228 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.23% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #5E8204 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8204 is #A17DFB. Grayscale: #696969. Windows color (decimal): -10583548 or 295518. OLE color: 295518.

HSL color Cylindrical-coordinate representation of color #5E8204: hue angle of 77.14º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E8204 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 94 130 4 -
CMYK 0.28 0 0.97 0.49
HSL 77.14º 0.94% 0.26% -
HSV(B) 77.14º 0.97% 0.51% -
XYZ 12.62 18.35 2.99 -
YUV 104.87 71.07 120.25 -
System Red Green Blue C M Y K H S L
Decimal 94 130 4 0.28 0 0.97 0.49 77.14 0.94 0.26
Hex 5E 82 4 1C 0 61 31 4D 5E 1A
Octal 136 202 4 34 0 141 61 115 136 32
Binary 1011110 10000010 100 11100 0 1100001 110001 1001101 1011110 11010

Color Harmonies of #5E8204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8204

Black with #5E8204

Text Example


Text Example

White with #5E8204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,130,4); }

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

background-color css

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

 a { background-color: rgb(94,130,4); }

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

border-color css

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

 span { border-color: rgb(94,130,4); }

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