#586431

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

Shades of Dark Olive Green #586431

Tints of Dark Olive Green #586431

Color information

#586431 (or 0x586431) is unknown color: approx Dark Olive Green. HEX triplet: 58, 64 and 31. RGB value is (88,100,49). Sum of RGB (Red+Green+Blue) = 88+100+49=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 100 - color contains mainly: green. Hex color #586431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586431 is #A79BCE. Grayscale: #5A5A5A. Windows color (decimal): -10984399 or 3236952. OLE color: 3236952.

HSL color Cylindrical-coordinate representation of color #586431: hue angle of 74.12º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #586431 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.61.

Color convert

RGB8810049-
CMYK0.1200.510.61
HSL74.12º34.23%29.22%-
HSV(B)74.12º51%39.22%-
XYZ9.1411.414.63-
YUV90.6104.52126.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.13%
GREEN value IS 100 (39.45% from 255) = 42.19%
BLUE value IS 49 (19.53% from 255) = 20.68%
R=37.13%
G=42.19%
B=20.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal88100490.1200.510.6174.1234.2329.22
Hex586431C0333D4a221d
Octal1301446114063751124235
Binary1011000110010011000111000110011111101100101010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586431; }

 p { color: rgb(88,100,49); }

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

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

 a { background-color: rgb(88,100,49); }

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

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

 span { border-color: rgb(88,100,49); }

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