#558004

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

Shades of Olive Drab #558004

Tints of Olive Drab #558004

Color information

#558004 (or 0x558004) is unknown color: approx Olive Drab. HEX triplet: 55, 80 and 04. RGB value is (85,128,4). Sum of RGB (Red+Green+Blue) = 85+128+4=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 128 (50.39% from 255 or 58.99% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 128 - color contains mainly: green. Hex color #558004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558004 is #AA7FFB. Grayscale: #656565. Windows color (decimal): -11173884 or 294997. OLE color: 294997.

HSL color Cylindrical-coordinate representation of color #558004: hue angle of 80.81º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #558004 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB851284-
CMYK0.3400.970.50
HSL80.81º93.94%25.88%-
HSV(B)80.81º96.88%50.2%-
XYZ11.4917.382.86-
YUV101.0173.25116.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.17%
GREEN value IS 128 (50.39% from 255) = 58.99%
BLUE value IS 4 (1.95% from 255) = 1.84%
R=39.17%
G=58.99%
B=1.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8512840.3400.970.5080.8193.9425.88
Hex558042206132515e1a
Octal12520044201416212113632
Binary101010110000000100100010011000011100101010001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558004; }

 p { color: rgb(85,128,4); }

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

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

 a { background-color: rgb(85,128,4); }

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

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

 span { border-color: rgb(85,128,4); }

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