#586E2F

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

Shades of Dark Olive Green #586E2F

Tints of Dark Olive Green #586E2F

Color information

#586E2F (or 0x586E2F) is unknown color: approx Dark Olive Green. HEX triplet: 58, 6E and 2F. RGB value is (88,110,47). Sum of RGB (Red+Green+Blue) = 88+110+47=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 110 - color contains mainly: green. Hex color #586E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586E2F is #A791D0. Grayscale: #606060. Windows color (decimal): -10981841 or 3108440. OLE color: 3108440.

HSL color Cylindrical-coordinate representation of color #586E2F: hue angle of 80.95º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #586E2F is Cyan = 0.2, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB8811047-
CMYK0.200.570.57
HSL80.95º40.13%30.78%-
HSV(B)80.95º57.27%43.14%-
XYZ10.1113.434.75-
YUV96.24100.21122.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.92%
GREEN value IS 110 (43.36% from 255) = 44.90%
BLUE value IS 47 (18.75% from 255) = 19.18%
R=35.92%
G=44.90%
B=19.18%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal88110470.200.570.5780.9540.1330.78
Hex586E2F140393951281f
Octal1301565724071711215037
Binary10110001101110101111101000111001111001101000110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586E2F; }

 p { color: rgb(88,110,47); }

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

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

 a { background-color: rgb(88,110,47); }

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

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

 span { border-color: rgb(88,110,47); }

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