Shades of Thatch Green #57502F
Tints of Thatch Green #57502F
RGB
CMYK
RGB Variations
Color information
#57502F (or 0x57502F) is known color: Thatch Green. HEX triplet: 57, 50 and 2F. RGB value is (87,80,47). Sum of RGB (Red+Green+Blue) = 87+80+47=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 87 - color contains mainly: red. Hex color #57502F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57502F is #A8AFD0. Grayscale: #4E4E4E. Windows color (decimal): -11055057 or 3100759. OLE color: 3100759.
HSL color Cylindrical-coordinate representation of color #57502F: hue angle of 49.5º 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 #57502F is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 80 | 47 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.66 |
| HSL | 49.5º | 0.3% | 0.26% | - |
| HSV(B) | 49.5º | 0.46% | 0.34% | - |
| XYZ | 7.31 | 7.97 | 3.84 | - |
| YUV | 78.33 | 110.32 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 80 | 47 | 0 | 0.08 | 0.46 | 0.66 | 49.5 | 0.3 | 0.26 |
| Hex | 57 | 50 | 2F | 0 | 8 | 2E | 42 | 32 | 1E | 1A |
| Octal | 127 | 120 | 57 | 0 | 10 | 56 | 102 | 62 | 36 | 32 |
| Binary | 1010111 | 1010000 | 101111 | 0 | 1000 | 101110 | 1000010 | 110010 | 11110 | 11010 |
Color Harmonies of #57502F
Complementary color
Monochromatic Colors of #57502F
Black with #57502F
Text Example
Text Example
White with #57502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57502F; }
p { color: rgb(87,80,47); }
H1.HeaderClassName
{
color: #57502F;
}
.AnyTagClassName
{
color: #57502F;
}
</style>
background-color css
<style>
a { background-color: #57502F; }
a { background-color: rgb(87,80,47); }
div.DivClassName
{
background-color: #57502F;
}
.BgClassName
{
background-color: #57502F;
}
</style>
border-color css
<style>
span { border-color: #57502F; }
span { border-color: rgb(87,80,47); }
td.TdClassName
{
border-color: #57502F;
}
.TagClassName
{
border-color: #57502F;
}
</style>