#585D46

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

Shades of Woodland #585D46

Tints of Woodland #585D46

Color information

#585D46 (or 0x585D46) is unknown color: approx Woodland. HEX triplet: 58, 5D and 46. RGB value is (88,93,70). Sum of RGB (Red+Green+Blue) = 88+93+70=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 93 - color contains mainly: green. Hex color #585D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585D46 is #A7A2B9. Grayscale: #585858. Windows color (decimal): -10986170 or 4611416. OLE color: 4611416.

HSL color Cylindrical-coordinate representation of color #585D46: hue angle of 73.04º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #585D46 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB889370-
CMYK0.0500.250.64
HSL73.04º14.11%31.96%-
HSV(B)73.04º24.73%36.47%-
XYZ9.0410.357.31-
YUV88.88117.34127.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.06%
GREEN value IS 93 (36.72% from 255) = 37.05%
BLUE value IS 70 (27.73% from 255) = 27.89%
R=35.06%
G=37.05%
B=27.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8893700.0500.250.6473.0414.1131.96
Hex585D4650194049e20
Octal13013510650311001111640
Binary101100010111011000110101011001100000010010011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,93,70); }

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

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

 a { background-color: rgb(88,93,70); }

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

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

 span { border-color: rgb(88,93,70); }

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