#586040

Color #586040 Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #586040

Tints of Woodland #586040

Color information

#586040 (or 0x586040) is unknown color: approx Woodland. HEX triplet: 58, 60 and 40. RGB value is (88,96,64). Sum of RGB (Red+Green+Blue) = 88+96+64=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 96 - color contains mainly: green. Hex color #586040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586040 is #A79FBF. Grayscale: #5A5A5A. Windows color (decimal): -10985408 or 4218968. OLE color: 4218968.

HSL color Cylindrical-coordinate representation of color #586040: hue angle of 75º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #586040 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB889664-
CMYK0.0800.330.62
HSL75º20%31.37%-
HSV(B)75º33.33%37.65%-
XYZ9.1310.816.46-
YUV89.96113.35126.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.48%
GREEN value IS 96 (37.89% from 255) = 38.71%
BLUE value IS 64 (25.39% from 255) = 25.81%
R=35.48%
G=38.71%
B=25.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8896640.0800.330.62752031.37
Hex58604080213E4b141f
Octal13014010010041761132437
Binary1011000110000010000001000010000111111010010111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586040; }

 p { color: rgb(88,96,64); }

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

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

 a { background-color: rgb(88,96,64); }

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

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

 span { border-color: rgb(88,96,64); }

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