#588605

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

Shades of Olive Drab #588605

Tints of Olive Drab #588605

Color information

#588605 (or 0x588605) is unknown color: approx Olive Drab. HEX triplet: 58, 86 and 05. RGB value is (88,134,5). Sum of RGB (Red+Green+Blue) = 88+134+5=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 134 (52.73% from 255 or 59.03% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 134 - color contains mainly: green. Hex color #588605 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588605 is #A779FA. Grayscale: #6A6A6A. Windows color (decimal): -10975739 or 362072. OLE color: 362072.

HSL color Cylindrical-coordinate representation of color #588605: hue angle of 81.4º 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 #588605 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB881345-
CMYK0.3400.960.47
HSL81.4º92.81%27.25%-
HSV(B)81.4º96.27%52.55%-
XYZ12.5819.143.17-
YUV105.5471.26115.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.77%
GREEN value IS 134 (52.73% from 255) = 59.03%
BLUE value IS 5 (2.34% from 255) = 2.20%
R=38.77%
G=59.03%
B=2.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8813450.3400.960.4781.492.8127.25
Hex58865220602F515d1b
Octal13020654201405712113533
Binary101100010000110101100010011000001011111010001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588605; }

 p { color: rgb(88,134,5); }

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

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

 a { background-color: rgb(88,134,5); }

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

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

 span { border-color: rgb(88,134,5); }

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