Shades of Thatch Green #57532F
Tints of Thatch Green #57532F
RGB
CMYK
RGB Variations
Color information
#57532F (or 0x57532F) is known color: Thatch Green. HEX triplet: 57, 53 and 2F. RGB value is (87,83,47). Sum of RGB (Red+Green+Blue) = 87+83+47=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 87 - color contains mainly: red. Hex color #57532F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57532F is #A8ACD0. Grayscale: #505050. Windows color (decimal): -11054289 or 3101527. OLE color: 3101527.
HSL color Cylindrical-coordinate representation of color #57532F: hue angle of 54º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57532F is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 83 | 47 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.66 |
| HSL | 54º | 0.3% | 0.26% | - |
| HSV(B) | 54º | 0.46% | 0.34% | - |
| XYZ | 7.54 | 8.42 | 3.92 | - |
| YUV | 80.09 | 109.33 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 83 | 47 | 0 | 0.05 | 0.46 | 0.66 | 54 | 0.3 | 0.26 |
| Hex | 57 | 53 | 2F | 0 | 5 | 2E | 42 | 36 | 1E | 1A |
| Octal | 127 | 123 | 57 | 0 | 5 | 56 | 102 | 66 | 36 | 32 |
| Binary | 1010111 | 1010011 | 101111 | 0 | 101 | 101110 | 1000010 | 110110 | 11110 | 11010 |
Color Harmonies of #57532F
Complementary color
Monochromatic Colors of #57532F
Black with #57532F
Text Example
Text Example
White with #57532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57532F; }
p { color: rgb(87,83,47); }
H1.HeaderClassName
{
color: #57532F;
}
.AnyTagClassName
{
color: #57532F;
}
</style>
background-color css
<style>
a { background-color: #57532F; }
a { background-color: rgb(87,83,47); }
div.DivClassName
{
background-color: #57532F;
}
.BgClassName
{
background-color: #57532F;
}
</style>
border-color css
<style>
span { border-color: #57532F; }
span { border-color: rgb(87,83,47); }
td.TdClassName
{
border-color: #57532F;
}
.TagClassName
{
border-color: #57532F;
}
</style>