#558806

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

Shades of Olive Drab #558806

Tints of Olive Drab #558806

Color information

#558806 (or 0x558806) is unknown color: approx Olive Drab. HEX triplet: 55, 88 and 06. RGB value is (85,136,6). Sum of RGB (Red+Green+Blue) = 85+136+6=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 136 (53.52% from 255 or 59.91% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 136 - color contains mainly: green. Hex color #558806 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558806 is #AA77F9. Grayscale: #6A6A6A. Windows color (decimal): -11171834 or 428117. OLE color: 428117.

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

Color convert

RGB851366-
CMYK0.3800.960.47
HSL83.54º91.55%27.84%-
HSV(B)83.54º95.59%53.33%-
XYZ12.5819.553.28-
YUV105.9371.6113.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 136 (53.52% from 255) = 59.91%
BLUE value IS 6 (2.73% from 255) = 2.64%
R=37.44%
G=59.91%
B=2.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8513660.3800.960.4783.5491.5527.84
Hex55886260602F545c1c
Octal12521064601405712413434
Binary101010110001000110100110011000001011111010100101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558806; }

 p { color: rgb(85,136,6); }

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

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

 a { background-color: rgb(85,136,6); }

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

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

 span { border-color: rgb(85,136,6); }

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