#586732

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

Shades of Dark Olive Green #586732

Tints of Dark Olive Green #586732

Color information

#586732 (or 0x586732) is unknown color: approx Dark Olive Green. HEX triplet: 58, 67 and 32. RGB value is (88,103,50). Sum of RGB (Red+Green+Blue) = 88+103+50=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 103 - color contains mainly: green. Hex color #586732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586732 is #A798CD. Grayscale: #5C5C5C. Windows color (decimal): -10983630 or 3303256. OLE color: 3303256.

HSL color Cylindrical-coordinate representation of color #586732: hue angle of 76.98º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #586732 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB8810350-
CMYK0.1500.510.60
HSL76.98º34.64%30%-
HSV(B)76.98º51.46%40.39%-
XYZ9.4512.014.84-
YUV92.47104.03124.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.51%
GREEN value IS 103 (40.62% from 255) = 42.74%
BLUE value IS 50 (19.92% from 255) = 20.75%
R=36.51%
G=42.74%
B=20.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal88103500.1500.510.6076.9834.6430
Hex586732F0333C4d231e
Octal1301476217063741154336
Binary1011000110011111001011110110011111100100110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586732; }

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

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

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

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

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

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

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

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