#59532A

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

Shades of Thatch Green #59532A

Tints of Thatch Green #59532A

Color information

#59532A (or 0x59532A) is unknown color: approx Thatch Green. HEX triplet: 59, 53 and 2A. RGB value is (89,83,42). Sum of RGB (Red+Green+Blue) = 89+83+42=214 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.59% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 89 - color contains mainly: red. Hex color #59532A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59532A is #A6ACD5. Grayscale: #505050. Windows color (decimal): -10923222 or 2773849. OLE color: 2773849.

HSL color Cylindrical-coordinate representation of color #59532A: hue angle of 52.34º 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 #59532A is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB898342-
CMYK00.070.530.65
HSL52.34º35.88%25.69%-
HSV(B)52.34º52.81%34.9%-
XYZ7.638.483.42-
YUV80.12106.49134.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.59%
GREEN value IS 83 (32.81% from 255) = 38.79%
BLUE value IS 42 (16.80% from 255) = 19.63%
R=41.59%
G=38.79%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89834200.070.530.6552.3435.8825.69
Hex59532A07354134241a
Octal131123520765101644432
Binary101100110100111010100111110101100000111010010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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