#586932

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

Shades of Dark Olive Green #586932

Tints of Dark Olive Green #586932

Color information

#586932 (or 0x586932) is unknown color: approx Dark Olive Green. HEX triplet: 58, 69 and 32. RGB value is (88,105,50). Sum of RGB (Red+Green+Blue) = 88+105+50=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 105 - color contains mainly: green. Hex color #586932 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586932 is #A796CD. Grayscale: #5D5D5D. Windows color (decimal): -10983118 or 3303768. OLE color: 3303768.

HSL color Cylindrical-coordinate representation of color #586932: hue angle of 78.55º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #586932 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB8810550-
CMYK0.1600.520.59
HSL78.55º35.48%30.39%-
HSV(B)78.55º52.38%41.18%-
XYZ9.6512.414.9-
YUV93.65103.37123.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.21%
GREEN value IS 105 (41.41% from 255) = 43.21%
BLUE value IS 50 (19.92% from 255) = 20.58%
R=36.21%
G=43.21%
B=20.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88105500.1600.520.5978.5535.4830.39
Hex586932100343B4f231e
Octal1301516220064731174336
Binary10110001101001110010100000110100111011100111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586932; }

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

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

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

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

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

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

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

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