Shades of Thatch Green #504C33
Tints of Thatch Green #504C33
RGB
CMYK
RGB Variations
Color information
#504C33 (or 0x504C33) is known color: Thatch Green. HEX triplet: 50, 4C and 33. RGB value is (80,76,51). Sum of RGB (Red+Green+Blue) = 80+76+51=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 80 - color contains mainly: red. Hex color #504C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504C33 is #AFB3CC. Grayscale: #4A4A4A. Windows color (decimal): -11514829 or 3361872. OLE color: 3361872.
HSL color Cylindrical-coordinate representation of color #504C33: hue angle of 51.72º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #504C33 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 76 | 51 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.69 |
| HSL | 51.72º | 0.22% | 0.26% | - |
| HSV(B) | 51.72º | 0.36% | 0.31% | - |
| XYZ | 6.49 | 7.11 | 4.16 | - |
| YUV | 74.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 76 | 51 | 0 | 0.05 | 0.36 | 0.69 | 51.72 | 0.22 | 0.26 |
| Hex | 50 | 4C | 33 | 0 | 5 | 24 | 45 | 34 | 16 | 1A |
| Octal | 120 | 114 | 63 | 0 | 5 | 44 | 105 | 64 | 26 | 32 |
| Binary | 1010000 | 1001100 | 110011 | 0 | 101 | 100100 | 1000101 | 110100 | 10110 | 11010 |
Color Harmonies of #504C33
Complementary color
Monochromatic Colors of #504C33
Black with #504C33
Text Example
Text Example
White with #504C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504C33; }
p { color: rgb(80,76,51); }
H1.HeaderClassName
{
color: #504C33;
}
.AnyTagClassName
{
color: #504C33;
}
</style>
background-color css
<style>
a { background-color: #504C33; }
a { background-color: rgb(80,76,51); }
div.DivClassName
{
background-color: #504C33;
}
.BgClassName
{
background-color: #504C33;
}
</style>
border-color css
<style>
span { border-color: #504C33; }
span { border-color: rgb(80,76,51); }
td.TdClassName
{
border-color: #504C33;
}
.TagClassName
{
border-color: #504C33;
}
</style>