Shades of Thatch Green #574F2D
Tints of Thatch Green #574F2D
RGB
CMYK
RGB Variations
Color information
#574F2D (or 0x574F2D) is known color: Thatch Green. HEX triplet: 57, 4F and 2D. RGB value is (87,79,45). Sum of RGB (Red+Green+Blue) = 87+79+45=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 87 - color contains mainly: red. Hex color #574F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574F2D is #A8B0D2. Grayscale: #4D4D4D. Windows color (decimal): -11055315 or 2969431. OLE color: 2969431.
HSL color Cylindrical-coordinate representation of color #574F2D: hue angle of 48.57º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #574F2D is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 79 | 45 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.66 |
| HSL | 48.57º | 0.32% | 0.26% | - |
| HSV(B) | 48.57º | 0.48% | 0.34% | - |
| XYZ | 7.2 | 7.81 | 3.61 | - |
| YUV | 77.52 | 109.65 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 79 | 45 | 0 | 0.09 | 0.48 | 0.66 | 48.57 | 0.32 | 0.26 |
| Hex | 57 | 4F | 2D | 0 | 9 | 30 | 42 | 31 | 20 | 1A |
| Octal | 127 | 117 | 55 | 0 | 11 | 60 | 102 | 61 | 40 | 32 |
| Binary | 1010111 | 1001111 | 101101 | 0 | 1001 | 110000 | 1000010 | 110001 | 100000 | 11010 |
Color Harmonies of #574F2D
Complementary color
Monochromatic Colors of #574F2D
Black with #574F2D
Text Example
Text Example
White with #574F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574F2D; }
p { color: rgb(87,79,45); }
H1.HeaderClassName
{
color: #574F2D;
}
.AnyTagClassName
{
color: #574F2D;
}
</style>
background-color css
<style>
a { background-color: #574F2D; }
a { background-color: rgb(87,79,45); }
div.DivClassName
{
background-color: #574F2D;
}
.BgClassName
{
background-color: #574F2D;
}
</style>
border-color css
<style>
span { border-color: #574F2D; }
span { border-color: rgb(87,79,45); }
td.TdClassName
{
border-color: #574F2D;
}
.TagClassName
{
border-color: #574F2D;
}
</style>