#588A05

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

Shades of Olive Drab #588A05

Tints of Olive Drab #588A05

Color information

#588A05 (or 0x588A05) is unknown color: approx Olive Drab. HEX triplet: 58, 8A and 05. RGB value is (88,138,5). Sum of RGB (Red+Green+Blue) = 88+138+5=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 138 (54.30% from 255 or 59.74% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 138 - color contains mainly: green. Hex color #588A05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588A05 is #A775FA. Grayscale: #6C6C6C. Windows color (decimal): -10974715 or 363096. OLE color: 363096.

HSL color Cylindrical-coordinate representation of color #588A05: hue angle of 82.56º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #588A05 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB881385-
CMYK0.3600.960.46
HSL82.56º93.01%28.04%-
HSV(B)82.56º96.38%54.12%-
XYZ13.1420.263.36-
YUV107.8969.94113.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.10%
GREEN value IS 138 (54.30% from 255) = 59.74%
BLUE value IS 5 (2.34% from 255) = 2.16%
R=38.10%
G=59.74%
B=2.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8813850.3600.960.4682.5693.0128.04
Hex588A5240602E535d1c
Octal13021254401405612313534
Binary101100010001010101100100011000001011101010011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588A05; }

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

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

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

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

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

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

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

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