#59522A

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

Shades of Thatch Green #59522A

Tints of Thatch Green #59522A

Color information

#59522A (or 0x59522A) is unknown color: approx Thatch Green. HEX triplet: 59, 52 and 2A. RGB value is (89,82,42). Sum of RGB (Red+Green+Blue) = 89+82+42=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 89 - color contains mainly: red. Hex color #59522A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59522A is #A6ADD5. Grayscale: #4F4F4F. Windows color (decimal): -10923478 or 2773593. OLE color: 2773593.

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

Color convert

RGB898242-
CMYK00.080.530.65
HSL51.06º35.88%25.69%-
HSV(B)51.06º52.81%34.9%-
XYZ7.568.333.4-
YUV79.53106.82134.75-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.78%
GREEN value IS 82 (32.42% from 255) = 38.50%
BLUE value IS 42 (16.80% from 255) = 19.72%
R=41.78%
G=38.50%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89824200.080.530.6551.0635.8825.69
Hex59522A08354133241a
Octal1311225201065101634432
Binary1011001101001010101001000110101100000111001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59522A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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