#558705

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

Shades of Olive Drab #558705

Tints of Olive Drab #558705

Color information

#558705 (or 0x558705) is unknown color: approx Olive Drab. HEX triplet: 55, 87 and 05. RGB value is (85,135,5). Sum of RGB (Red+Green+Blue) = 85+135+5=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 135 (53.12% from 255 or 60% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 135 - color contains mainly: green. Hex color #558705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558705 is #AA78FA. Grayscale: #696969. Windows color (decimal): -11172091 or 362325. OLE color: 362325.

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

Color convert

RGB851355-
CMYK0.3700.960.47
HSL83.08º92.86%27.45%-
HSV(B)83.08º96.3%52.94%-
XYZ12.4419.273.21-
YUV105.2371.44113.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.78%
GREEN value IS 135 (53.12% from 255) = 60%
BLUE value IS 5 (2.34% from 255) = 2.22%
R=37.78%
G=60%
B=2.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8513550.3700.960.4783.0892.8627.45
Hex55875250602F535d1b
Octal12520754501405712313533
Binary101010110000111101100101011000001011111010011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558705; }

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

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

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

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

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

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

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

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