#588312

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

Shades of Olive Drab #588312

Tints of Olive Drab #588312

Color information

#588312 (or 0x588312) is unknown color: approx Olive Drab. HEX triplet: 58, 83 and 12. RGB value is (88,131,18). Sum of RGB (Red+Green+Blue) = 88+131+18=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 131 (51.56% from 255 or 55.27% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 131 - color contains mainly: green. Hex color #588312 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588312 is #A77CED. Grayscale: #696969. Windows color (decimal): -10976494 or 1213272. OLE color: 1213272.

HSL color Cylindrical-coordinate representation of color #588312: hue angle of 82.83º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #588312 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB8813118-
CMYK0.3300.860.49
HSL82.83º75.84%29.22%-
HSV(B)82.83º86.26%51.37%-
XYZ12.2518.353.47-
YUV105.2678.75115.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.13%
GREEN value IS 131 (51.56% from 255) = 55.27%
BLUE value IS 18 (7.42% from 255) = 7.59%
R=37.13%
G=55.27%
B=7.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal88131180.3300.860.4982.8375.8429.22
Hex5883122105631534c1d
Octal130203224101266112311435
Binary10110001000001110010100001010101101100011010011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588312; }

 p { color: rgb(88,131,18); }

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

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

 a { background-color: rgb(88,131,18); }

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

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

 span { border-color: rgb(88,131,18); }

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