Shades of Thatch Green #4F4A30
Tints of Thatch Green #4F4A30
RGB
CMYK
RGB Variations
Color information
#4F4A30 (or 0x4F4A30) is known color: Thatch Green. HEX triplet: 4F, 4A and 30. RGB value is (79,74,48). Sum of RGB (Red+Green+Blue) = 79+74+48=201 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.30% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4A30 is #B0B5CF. Grayscale: #484848. Windows color (decimal): -11580880 or 3164751. OLE color: 3164751.
HSL color Cylindrical-coordinate representation of color #4F4A30: hue angle of 50.32º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F4A30 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 74 | 48 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.69 |
| HSL | 50.32º | 0.24% | 0.25% | - |
| HSV(B) | 50.32º | 0.39% | 0.31% | - |
| XYZ | 6.21 | 6.77 | 3.78 | - |
| YUV | 72.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 74 | 48 | 0 | 0.06 | 0.39 | 0.69 | 50.32 | 0.24 | 0.25 |
| Hex | 4F | 4A | 30 | 0 | 6 | 27 | 45 | 32 | 18 | 19 |
| Octal | 117 | 112 | 60 | 0 | 6 | 47 | 105 | 62 | 30 | 31 |
| Binary | 1001111 | 1001010 | 110000 | 0 | 110 | 100111 | 1000101 | 110010 | 11000 | 11001 |
Color Harmonies of #4F4A30
Complementary color
Monochromatic Colors of #4F4A30
Black with #4F4A30
Text Example
Text Example
White with #4F4A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4A30; }
p { color: rgb(79,74,48); }
H1.HeaderClassName
{
color: #4F4A30;
}
.AnyTagClassName
{
color: #4F4A30;
}
</style>
background-color css
<style>
a { background-color: #4F4A30; }
a { background-color: rgb(79,74,48); }
div.DivClassName
{
background-color: #4F4A30;
}
.BgClassName
{
background-color: #4F4A30;
}
</style>
border-color css
<style>
span { border-color: #4F4A30; }
span { border-color: rgb(79,74,48); }
td.TdClassName
{
border-color: #4F4A30;
}
.TagClassName
{
border-color: #4F4A30;
}
</style>