Html Css Color HEX #5E9004 Olive Drab

📋 copy color: '#5E9004'

red 94 ◦ green 144 ◦ blue 4

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

Shades of Olive Drab #5E9004

Tints of Olive Drab #5E9004

RGB

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

 GREEN value IS 144 (56.64% from 255) = 59.5%

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

R = 38.84%
G = 59.5%
B = 1.65%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#5E9004 (or 0x5E9004) is known color: Olive Drab. HEX triplet: 5E, 90 and 04. RGB value is (94,144,4). Sum of RGB (Red+Green+Blue) = 94+144+4=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 144 (56.64% from 255 or 59.50% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 144 - color contains mainly: green. Hex color #5E9004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9004 is #A16FFB. Grayscale: #717171. Windows color (decimal): -10579964 or 299102. OLE color: 299102.

HSL color Cylindrical-coordinate representation of color #5E9004: hue angle of 81.43º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E9004 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 94 144 4 -
CMYK 0.35 0 0.97 0.44
HSL 81.43º 0.95% 0.29% -
HSV(B) 81.43º 0.97% 0.56% -
XYZ 14.61 22.33 3.66 -
YUV 113.09 66.44 114.38 -
System Red Green Blue C M Y K H S L
Decimal 94 144 4 0.35 0 0.97 0.44 81.43 0.95 0.29
Hex 5E 90 4 23 0 61 2C 51 5F 1D
Octal 136 220 4 43 0 141 54 121 137 35
Binary 1011110 10010000 100 100011 0 1100001 101100 1010001 1011111 11101

Color Harmonies of #5E9004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9004

Black with #5E9004

Text Example


Text Example

White with #5E9004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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