Shades of Thatch Green #504A33
Tints of Thatch Green #504A33
RGB
CMYK
RGB Variations
Color information
#504A33 (or 0x504A33) is known color: Thatch Green. HEX triplet: 50, 4A and 33. RGB value is (80,74,51). Sum of RGB (Red+Green+Blue) = 80+74+51=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 80 - color contains mainly: red. Hex color #504A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504A33 is #AFB5CC. Grayscale: #494949. Windows color (decimal): -11515341 or 3361360. OLE color: 3361360.
HSL color Cylindrical-coordinate representation of color #504A33: hue angle of 47.59º 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 #504A33 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 74 | 51 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.69 |
| HSL | 47.59º | 0.22% | 0.26% | - |
| HSV(B) | 47.59º | 0.36% | 0.31% | - |
| XYZ | 6.35 | 6.84 | 4.12 | - |
| YUV | 73.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 51 | 0 | 0.08 | 0.36 | 0.69 | 47.59 | 0.22 | 0.26 |
| Hex | 50 | 4A | 33 | 0 | 8 | 24 | 45 | 30 | 16 | 1A |
| Octal | 120 | 112 | 63 | 0 | 10 | 44 | 105 | 60 | 26 | 32 |
| Binary | 1010000 | 1001010 | 110011 | 0 | 1000 | 100100 | 1000101 | 110000 | 10110 | 11010 |
Color Harmonies of #504A33
Complementary color
Monochromatic Colors of #504A33
Black with #504A33
Text Example
Text Example
White with #504A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504A33; }
p { color: rgb(80,74,51); }
H1.HeaderClassName
{
color: #504A33;
}
.AnyTagClassName
{
color: #504A33;
}
</style>
background-color css
<style>
a { background-color: #504A33; }
a { background-color: rgb(80,74,51); }
div.DivClassName
{
background-color: #504A33;
}
.BgClassName
{
background-color: #504A33;
}
</style>
border-color css
<style>
span { border-color: #504A33; }
span { border-color: rgb(80,74,51); }
td.TdClassName
{
border-color: #504A33;
}
.TagClassName
{
border-color: #504A33;
}
</style>