#588005

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

Shades of Olive Drab #588005

Tints of Olive Drab #588005

Color information

#588005 (or 0x588005) is unknown color: approx Olive Drab. HEX triplet: 58, 80 and 05. RGB value is (88,128,5). Sum of RGB (Red+Green+Blue) = 88+128+5=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 128 (50.39% from 255 or 57.92% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 128 - color contains mainly: green. Hex color #588005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588005 is #A77FFA. Grayscale: #666666. Windows color (decimal): -10977275 or 360536. OLE color: 360536.

HSL color Cylindrical-coordinate representation of color #588005: hue angle of 79.51º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #588005 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB881285-
CMYK0.3100.960.50
HSL79.51º92.48%26.08%-
HSV(B)79.51º96.09%50.2%-
XYZ11.7717.522.91-
YUV102.0273.25118-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.82%
GREEN value IS 128 (50.39% from 255) = 57.92%
BLUE value IS 5 (2.34% from 255) = 2.26%
R=39.82%
G=57.92%
B=2.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8812850.3100.960.5079.5192.4826.08
Hex588051F06032505c1a
Octal13020053701406212013432
Binary10110001000000010111111011000001100101010000101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588005; }

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

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

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

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

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

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

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

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