#5C8E04

Color #5C8E04 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #5C8E04

Tints of Olive Drab #5C8E04

Color information

#5C8E04 (or 0x5C8E04) is unknown color: approx Olive Drab. HEX triplet: 5C, 8E and 04. RGB value is (92,142,4). Sum of RGB (Red+Green+Blue) = 92+142+4=238 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.66% from 238); Green value is 142 (55.86% from 255 or 59.66% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 142 - color contains mainly: green. Hex color #5C8E04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C8E04 is #A371FB. Grayscale: #6F6F6F. Windows color (decimal): -10711548 or 298588. OLE color: 298588.

HSL color Cylindrical-coordinate representation of color #5C8E04: hue angle of 81.74º 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 #5C8E04 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB921424-
CMYK0.3500.970.44
HSL81.74º94.52%28.63%-
HSV(B)81.74º97.18%55.69%-
XYZ14.1121.633.55-
YUV111.3267.44114.22-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.66%
GREEN value IS 142 (55.86% from 255) = 59.66%
BLUE value IS 4 (1.95% from 255) = 1.68%
R=38.66%
G=59.66%
B=1.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9214240.3500.970.4481.7494.5228.63
Hex5C8E4230612C525f1d
Octal13421644301415412213735
Binary101110010001110100100011011000011011001010010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,142,4); }

 H1.HeaderClassName
 {
   color: #5C8E04;
 }
 .AnyTagClassName
 {
   color: #5C8E04;
 }
</style>
background-color css

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

 a { background-color: rgb(92,142,4); }

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

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

 span { border-color: rgb(92,142,4); }

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