#588206

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

Shades of Olive Drab #588206

Tints of Olive Drab #588206

Color information

#588206 (or 0x588206) is unknown color: approx Olive Drab. HEX triplet: 58, 82 and 06. RGB value is (88,130,6). Sum of RGB (Red+Green+Blue) = 88+130+6=224 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.29% from 224); Green value is 130 (51.17% from 255 or 58.04% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 130 - color contains mainly: green. Hex color #588206 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588206 is #A77DF9. Grayscale: #676767. Windows color (decimal): -10976762 or 426584. OLE color: 426584.

HSL color Cylindrical-coordinate representation of color #588206: hue angle of 80.32º 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 #588206 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB881306-
CMYK0.3200.950.49
HSL80.32º91.18%26.67%-
HSV(B)80.32º95.38%50.98%-
XYZ12.0418.053.02-
YUV103.3173.09117.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.29%
GREEN value IS 130 (51.17% from 255) = 58.04%
BLUE value IS 6 (2.73% from 255) = 2.68%
R=39.29%
G=58.04%
B=2.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8813060.3200.950.4980.3291.1826.67
Hex588262005F31505b1b
Octal13020264001376112013333
Binary101100010000010110100000010111111100011010000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588206; }

 p { color: rgb(88,130,6); }

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

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

 a { background-color: rgb(88,130,6); }

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

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

 span { border-color: rgb(88,130,6); }

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