#558306

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

Shades of Olive Drab #558306

Tints of Olive Drab #558306

Color information

#558306 (or 0x558306) is unknown color: approx Olive Drab. HEX triplet: 55, 83 and 06. RGB value is (85,131,6). Sum of RGB (Red+Green+Blue) = 85+131+6=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 131 (51.56% from 255 or 59.01% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 131 - color contains mainly: green. Hex color #558306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558306 is #AA7CF9. Grayscale: #676767. Windows color (decimal): -11173114 or 426837. OLE color: 426837.

HSL color Cylindrical-coordinate representation of color #558306: hue angle of 82.08º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #558306 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB851316-
CMYK0.3500.950.49
HSL82.08º91.24%26.86%-
HSV(B)82.08º95.42%51.37%-
XYZ11.918.183.05-
YUV10373.26115.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.29%
GREEN value IS 131 (51.56% from 255) = 59.01%
BLUE value IS 6 (2.73% from 255) = 2.70%
R=38.29%
G=59.01%
B=2.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8513160.3500.950.4982.0891.2426.86
Hex558362305F31525b1b
Octal12520364301376112213333
Binary101010110000011110100011010111111100011010010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558306; }

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

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

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

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

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

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

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

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