Shades of Thatch Green #4F492E
Tints of Thatch Green #4F492E
RGB
CMYK
RGB Variations
Color information
#4F492E (or 0x4F492E) is known color: Thatch Green. HEX triplet: 4F, 49 and 2E. RGB value is (79,73,46). Sum of RGB (Red+Green+Blue) = 79+73+46=198 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.90% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 79 - color contains mainly: red. Hex color #4F492E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F492E is #B0B6D1. Grayscale: #474747. Windows color (decimal): -11581138 or 3033423. OLE color: 3033423.
HSL color Cylindrical-coordinate representation of color #4F492E: hue angle of 49.09º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F492E is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 73 | 46 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.69 |
| HSL | 49.09º | 0.26% | 0.25% | - |
| HSV(B) | 49.09º | 0.42% | 0.31% | - |
| XYZ | 6.1 | 6.62 | 3.54 | - |
| YUV | 71.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 73 | 46 | 0 | 0.08 | 0.42 | 0.69 | 49.09 | 0.26 | 0.25 |
| Hex | 4F | 49 | 2E | 0 | 8 | 2A | 45 | 31 | 1A | 19 |
| Octal | 117 | 111 | 56 | 0 | 10 | 52 | 105 | 61 | 32 | 31 |
| Binary | 1001111 | 1001001 | 101110 | 0 | 1000 | 101010 | 1000101 | 110001 | 11010 | 11001 |
Color Harmonies of #4F492E
Complementary color
Monochromatic Colors of #4F492E
Black with #4F492E
Text Example
Text Example
White with #4F492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F492E; }
p { color: rgb(79,73,46); }
H1.HeaderClassName
{
color: #4F492E;
}
.AnyTagClassName
{
color: #4F492E;
}
</style>
background-color css
<style>
a { background-color: #4F492E; }
a { background-color: rgb(79,73,46); }
div.DivClassName
{
background-color: #4F492E;
}
.BgClassName
{
background-color: #4F492E;
}
</style>
border-color css
<style>
span { border-color: #4F492E; }
span { border-color: rgb(79,73,46); }
td.TdClassName
{
border-color: #4F492E;
}
.TagClassName
{
border-color: #4F492E;
}
</style>