#59552D

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

Shades of Thatch Green #59552D

Tints of Thatch Green #59552D

Color information

#59552D (or 0x59552D) is unknown color: approx Thatch Green. HEX triplet: 59, 55 and 2D. RGB value is (89,85,45). Sum of RGB (Red+Green+Blue) = 89+85+45=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 89 - color contains mainly: red. Hex color #59552D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59552D is #A6AAD2. Grayscale: #515151. Windows color (decimal): -10922707 or 2970969. OLE color: 2970969.

HSL color Cylindrical-coordinate representation of color #59552D: hue angle of 54.55º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59552D is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB898545-
CMYK00.040.490.65
HSL54.55º32.84%26.27%-
HSV(B)54.55º49.44%34.9%-
XYZ7.848.813.77-
YUV81.64107.33133.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.64%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 45 (17.97% from 255) = 20.55%
R=40.64%
G=38.81%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89854500.040.490.6554.5532.8426.27
Hex59552D04314137211a
Octal131125550461101674132
Binary101100110101011011010100110001100000111011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59552D; }

 p { color: rgb(89,85,45); }

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

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

 a { background-color: rgb(89,85,45); }

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

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

 span { border-color: rgb(89,85,45); }

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