#586934

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

Shades of Dark Olive Green #586934

Tints of Dark Olive Green #586934

Color information

#586934 (or 0x586934) is unknown color: approx Dark Olive Green. HEX triplet: 58, 69 and 34. RGB value is (88,105,52). Sum of RGB (Red+Green+Blue) = 88+105+52=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 105 - color contains mainly: green. Hex color #586934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586934 is #A796CB. Grayscale: #5E5E5E. Windows color (decimal): -10983116 or 3434840. OLE color: 3434840.

HSL color Cylindrical-coordinate representation of color #586934: hue angle of 79.25º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #586934 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB8810552-
CMYK0.1600.500.59
HSL79.25º33.76%30.78%-
HSV(B)79.25º50.48%41.18%-
XYZ9.712.435.14-
YUV93.88104.37123.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.92%
GREEN value IS 105 (41.41% from 255) = 42.86%
BLUE value IS 52 (20.70% from 255) = 21.22%
R=35.92%
G=42.86%
B=21.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88105520.1600.500.5979.2533.7630.78
Hex586934100323B4f221f
Octal1301516420062731174237
Binary10110001101001110100100000110010111011100111110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586934; }

 p { color: rgb(88,105,52); }

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

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

 a { background-color: rgb(88,105,52); }

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

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

 span { border-color: rgb(88,105,52); }

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