Shades of Thatch Green #504C32
Tints of Thatch Green #504C32
RGB
CMYK
RGB Variations
Color information
#504C32 (or 0x504C32) is known color: Thatch Green. HEX triplet: 50, 4C and 32. RGB value is (80,76,50). Sum of RGB (Red+Green+Blue) = 80+76+50=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 80 - color contains mainly: red. Hex color #504C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504C32 is #AFB3CD. Grayscale: #4A4A4A. Windows color (decimal): -11514830 or 3296336. OLE color: 3296336.
HSL color Cylindrical-coordinate representation of color #504C32: hue angle of 52º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #504C32 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 76 | 50 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.69 |
| HSL | 52º | 0.23% | 0.25% | - |
| HSV(B) | 52º | 0.38% | 0.31% | - |
| XYZ | 6.47 | 7.1 | 4.05 | - |
| YUV | 74.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 76 | 50 | 0 | 0.05 | 0.37 | 0.69 | 52 | 0.23 | 0.25 |
| Hex | 50 | 4C | 32 | 0 | 5 | 25 | 45 | 34 | 17 | 19 |
| Octal | 120 | 114 | 62 | 0 | 5 | 45 | 105 | 64 | 27 | 31 |
| Binary | 1010000 | 1001100 | 110010 | 0 | 101 | 100101 | 1000101 | 110100 | 10111 | 11001 |
Color Harmonies of #504C32
Complementary color
Monochromatic Colors of #504C32
Black with #504C32
Text Example
Text Example
White with #504C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504C32; }
p { color: rgb(80,76,50); }
H1.HeaderClassName
{
color: #504C32;
}
.AnyTagClassName
{
color: #504C32;
}
</style>
background-color css
<style>
a { background-color: #504C32; }
a { background-color: rgb(80,76,50); }
div.DivClassName
{
background-color: #504C32;
}
.BgClassName
{
background-color: #504C32;
}
</style>
border-color css
<style>
span { border-color: #504C32; }
span { border-color: rgb(80,76,50); }
td.TdClassName
{
border-color: #504C32;
}
.TagClassName
{
border-color: #504C32;
}
</style>