#585E40

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

Shades of Woodland #585E40

Tints of Woodland #585E40

Color information

#585E40 (or 0x585E40) is unknown color: approx Woodland. HEX triplet: 58, 5E and 40. RGB value is (88,94,64). Sum of RGB (Red+Green+Blue) = 88+94+64=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 94 - color contains mainly: green. Hex color #585E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585E40 is #A7A1BF. Grayscale: #585858. Windows color (decimal): -10985920 or 4218456. OLE color: 4218456.

HSL color Cylindrical-coordinate representation of color #585E40: hue angle of 72º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #585E40 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.

Color convert

RGB889464-
CMYK0.0600.320.63
HSL72º18.99%30.98%-
HSV(B)72º31.91%36.86%-
XYZ8.9510.456.4-
YUV88.79114.01127.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.77%
GREEN value IS 94 (37.11% from 255) = 38.21%
BLUE value IS 64 (25.39% from 255) = 26.02%
R=35.77%
G=38.21%
B=26.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8894640.0600.320.637218.9930.98
Hex585E4060203F48131f
Octal1301361006040771102337
Binary101100010111101000000110010000011111110010001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585E40; }

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

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

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

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

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

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

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

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