#558704

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

Shades of Olive Drab #558704

Tints of Olive Drab #558704

Color information

#558704 (or 0x558704) is unknown color: approx Olive Drab. HEX triplet: 55, 87 and 04. RGB value is (85,135,4). Sum of RGB (Red+Green+Blue) = 85+135+4=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 135 (53.12% from 255 or 60.27% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 135 - color contains mainly: green. Hex color #558704 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558704 is #AA78FB. Grayscale: #696969. Windows color (decimal): -11172092 or 296789. OLE color: 296789.

HSL color Cylindrical-coordinate representation of color #558704: hue angle of 82.9º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #558704 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB851354-
CMYK0.3700.970.47
HSL82.9º94.24%27.25%-
HSV(B)82.9º97.04%52.94%-
XYZ12.4319.273.18-
YUV105.1270.94113.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 135 (53.12% from 255) = 60.27%
BLUE value IS 4 (1.95% from 255) = 1.79%
R=37.95%
G=60.27%
B=1.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8513540.3700.970.4782.994.2427.25
Hex55874250612F535e1b
Octal12520744501415712313633
Binary101010110000111100100101011000011011111010011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558704; }

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

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

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

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

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

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

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

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