Shades of Thatch Green #504A32
Tints of Thatch Green #504A32
RGB
CMYK
RGB Variations
Color information
#504A32 (or 0x504A32) is known color: Thatch Green. HEX triplet: 50, 4A and 32. RGB value is (80,74,50). Sum of RGB (Red+Green+Blue) = 80+74+50=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 80 - color contains mainly: red. Hex color #504A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504A32 is #AFB5CD. Grayscale: #494949. Windows color (decimal): -11515342 or 3295824. OLE color: 3295824.
HSL color Cylindrical-coordinate representation of color #504A32: hue angle of 48º 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 #504A32 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 74 | 50 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.69 |
| HSL | 48º | 0.23% | 0.25% | - |
| HSV(B) | 48º | 0.38% | 0.31% | - |
| XYZ | 6.33 | 6.83 | 4 | - |
| YUV | 73.06 | 114.99 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 50 | 0 | 0.08 | 0.37 | 0.69 | 48 | 0.23 | 0.25 |
| Hex | 50 | 4A | 32 | 0 | 8 | 25 | 45 | 30 | 17 | 19 |
| Octal | 120 | 112 | 62 | 0 | 10 | 45 | 105 | 60 | 27 | 31 |
| Binary | 1010000 | 1001010 | 110010 | 0 | 1000 | 100101 | 1000101 | 110000 | 10111 | 11001 |
Color Harmonies of #504A32
Complementary color
Monochromatic Colors of #504A32
Black with #504A32
Text Example
Text Example
White with #504A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504A32; }
p { color: rgb(80,74,50); }
H1.HeaderClassName
{
color: #504A32;
}
.AnyTagClassName
{
color: #504A32;
}
</style>
background-color css
<style>
a { background-color: #504A32; }
a { background-color: rgb(80,74,50); }
div.DivClassName
{
background-color: #504A32;
}
.BgClassName
{
background-color: #504A32;
}
</style>
border-color css
<style>
span { border-color: #504A32; }
span { border-color: rgb(80,74,50); }
td.TdClassName
{
border-color: #504A32;
}
.TagClassName
{
border-color: #504A32;
}
</style>