#586A2D

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

Shades of Dark Olive Green #586A2D

Tints of Dark Olive Green #586A2D

Color information

#586A2D (or 0x586A2D) is unknown color: approx Dark Olive Green. HEX triplet: 58, 6A and 2D. RGB value is (88,106,45). Sum of RGB (Red+Green+Blue) = 88+106+45=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 106 - color contains mainly: green. Hex color #586A2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586A2D is #A795D2. Grayscale: #5D5D5D. Windows color (decimal): -10982867 or 2976344. OLE color: 2976344.

HSL color Cylindrical-coordinate representation of color #586A2D: hue angle of 77.7º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #586A2D is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB8810645-
CMYK0.1700.580.58
HSL77.7º40.4%29.61%-
HSV(B)77.7º57.55%41.57%-
XYZ9.6512.574.4-
YUV93.66100.54123.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.82%
GREEN value IS 106 (41.80% from 255) = 44.35%
BLUE value IS 45 (17.97% from 255) = 18.83%
R=36.82%
G=44.35%
B=18.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88106450.1700.580.5877.740.429.61
Hex586A2D1103A3A4e281e
Octal1301525521072721165036
Binary10110001101010101101100010111010111010100111010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,106,45); }

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

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

 a { background-color: rgb(88,106,45); }

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

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

 span { border-color: rgb(88,106,45); }

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