#59522F

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

Shades of Thatch Green #59522F

Tints of Thatch Green #59522F

Color information

#59522F (or 0x59522F) is unknown color: approx Thatch Green. HEX triplet: 59, 52 and 2F. RGB value is (89,82,47). Sum of RGB (Red+Green+Blue) = 89+82+47=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 89 - color contains mainly: red. Hex color #59522F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59522F is #A6ADD0. Grayscale: #505050. Windows color (decimal): -10923473 or 3101273. OLE color: 3101273.

HSL color Cylindrical-coordinate representation of color #59522F: hue angle of 50º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #59522F is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB898247-
CMYK00.080.470.65
HSL50º30.88%26.67%-
HSV(B)50º47.19%34.9%-
XYZ7.658.363.9-
YUV80.1109.32134.35-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.83%
GREEN value IS 82 (32.42% from 255) = 37.61%
BLUE value IS 47 (18.75% from 255) = 21.56%
R=40.83%
G=37.61%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89824700.080.470.655030.8826.67
Hex59522F082F41321f1b
Octal1311225701057101623733
Binary101100110100101011110100010111110000011100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59522F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59522F; }

 p { color: rgb(89,82,47); }

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

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

 a { background-color: rgb(89,82,47); }

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

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

 span { border-color: rgb(89,82,47); }

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