#585F3E

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

Shades of Woodland #585F3E

Tints of Woodland #585F3E

Color information

#585F3E (or 0x585F3E) is unknown color: approx Woodland. HEX triplet: 58, 5F and 3E. RGB value is (88,95,62). Sum of RGB (Red+Green+Blue) = 88+95+62=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 95 - color contains mainly: green. Hex color #585F3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585F3E is #A7A0C1. Grayscale: #595959. Windows color (decimal): -10985666 or 4087640. OLE color: 4087640.

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

Color convert

RGB889562-
CMYK0.0700.350.63
HSL72.73º21.02%30.78%-
HSV(B)72.73º34.74%37.25%-
XYZ8.9910.616.13-
YUV89.14112.68127.18-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.92%
GREEN value IS 95 (37.5% from 255) = 38.78%
BLUE value IS 62 (24.61% from 255) = 25.31%
R=35.92%
G=38.78%
B=25.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8895620.0700.350.6372.7321.0230.78
Hex585F3E70233F49151f
Octal130137767043771112537
Binary10110001011111111110111010001111111110010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,95,62); }

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

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

 a { background-color: rgb(88,95,62); }

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

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

 span { border-color: rgb(88,95,62); }

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