Shades of Thatch Green #504A30
Tints of Thatch Green #504A30
RGB
CMYK
RGB Variations
Color information
#504A30 (or 0x504A30) is known color: Thatch Green. HEX triplet: 50, 4A and 30. RGB value is (80,74,48). Sum of RGB (Red+Green+Blue) = 80+74+48=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 80 - color contains mainly: red. Hex color #504A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504A30 is #AFB5CF. Grayscale: #484848. Windows color (decimal): -11515344 or 3164752. OLE color: 3164752.
HSL color Cylindrical-coordinate representation of color #504A30: hue angle of 48.75º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #504A30 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 74 | 48 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.69 |
| HSL | 48.75º | 0.25% | 0.25% | - |
| HSV(B) | 48.75º | 0.4% | 0.31% | - |
| XYZ | 6.29 | 6.82 | 3.78 | - |
| YUV | 72.83 | 113.99 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 48 | 0 | 0.08 | 0.40 | 0.69 | 48.75 | 0.25 | 0.25 |
| Hex | 50 | 4A | 30 | 0 | 8 | 28 | 45 | 31 | 19 | 19 |
| Octal | 120 | 112 | 60 | 0 | 10 | 50 | 105 | 61 | 31 | 31 |
| Binary | 1010000 | 1001010 | 110000 | 0 | 1000 | 101000 | 1000101 | 110001 | 11001 | 11001 |
Color Harmonies of #504A30
Complementary color
Monochromatic Colors of #504A30
Black with #504A30
Text Example
Text Example
White with #504A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504A30; }
p { color: rgb(80,74,48); }
H1.HeaderClassName
{
color: #504A30;
}
.AnyTagClassName
{
color: #504A30;
}
</style>
background-color css
<style>
a { background-color: #504A30; }
a { background-color: rgb(80,74,48); }
div.DivClassName
{
background-color: #504A30;
}
.BgClassName
{
background-color: #504A30;
}
</style>
border-color css
<style>
span { border-color: #504A30; }
span { border-color: rgb(80,74,48); }
td.TdClassName
{
border-color: #504A30;
}
.TagClassName
{
border-color: #504A30;
}
</style>