#585032

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

Shades of Thatch Green #585032

Tints of Thatch Green #585032

Color information

#585032 (or 0x585032) is unknown color: approx Thatch Green. HEX triplet: 58, 50 and 32. RGB value is (88,80,50). Sum of RGB (Red+Green+Blue) = 88+80+50=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 88 - color contains mainly: red. Hex color #585032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585032 is #A7AFCD. Grayscale: #4F4F4F. Windows color (decimal): -10989518 or 3297368. OLE color: 3297368.

HSL color Cylindrical-coordinate representation of color #585032: hue angle of 47.37º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #585032 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB888050-
CMYK00.090.430.65
HSL47.37º27.54%27.06%-
HSV(B)47.37º43.18%34.51%-
XYZ7.478.044.18-
YUV78.97111.65134.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.37%
GREEN value IS 80 (31.64% from 255) = 36.70%
BLUE value IS 50 (19.92% from 255) = 22.94%
R=40.37%
G=36.70%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88805000.090.430.6547.3727.5427.06
Hex585032092B412f1c1b
Octal1301206201153101573433
Binary101100010100001100100100110101110000011011111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585032; }

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

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

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

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

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

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

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

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