Shades of Thatch Green #4F482B
Tints of Thatch Green #4F482B
RGB
CMYK
RGB Variations
Color information
#4F482B (or 0x4F482B) is known color: Thatch Green. HEX triplet: 4F, 48 and 2B. RGB value is (79,72,43). Sum of RGB (Red+Green+Blue) = 79+72+43=194 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.72% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 79 - color contains mainly: red. Hex color #4F482B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F482B is #B0B7D4. Grayscale: #464646. Windows color (decimal): -11581397 or 2836559. OLE color: 2836559.
HSL color Cylindrical-coordinate representation of color #4F482B: hue angle of 48.33º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F482B is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 72 | 43 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.69 |
| HSL | 48.33º | 0.3% | 0.24% | - |
| HSV(B) | 48.33º | 0.46% | 0.31% | - |
| XYZ | 5.98 | 6.47 | 3.22 | - |
| YUV | 70.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 72 | 43 | 0 | 0.09 | 0.46 | 0.69 | 48.33 | 0.3 | 0.24 |
| Hex | 4F | 48 | 2B | 0 | 9 | 2E | 45 | 30 | 1E | 18 |
| Octal | 117 | 110 | 53 | 0 | 11 | 56 | 105 | 60 | 36 | 30 |
| Binary | 1001111 | 1001000 | 101011 | 0 | 1001 | 101110 | 1000101 | 110000 | 11110 | 11000 |
Color Harmonies of #4F482B
Complementary color
Monochromatic Colors of #4F482B
Black with #4F482B
Text Example
Text Example
White with #4F482B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F482B; }
p { color: rgb(79,72,43); }
H1.HeaderClassName
{
color: #4F482B;
}
.AnyTagClassName
{
color: #4F482B;
}
</style>
background-color css
<style>
a { background-color: #4F482B; }
a { background-color: rgb(79,72,43); }
div.DivClassName
{
background-color: #4F482B;
}
.BgClassName
{
background-color: #4F482B;
}
</style>
border-color css
<style>
span { border-color: #4F482B; }
span { border-color: rgb(79,72,43); }
td.TdClassName
{
border-color: #4F482B;
}
.TagClassName
{
border-color: #4F482B;
}
</style>