Shades of Thatch Green #4F482D
Tints of Thatch Green #4F482D
RGB
CMYK
RGB Variations
Color information
#4F482D (or 0x4F482D) is known color: Thatch Green. HEX triplet: 4F, 48 and 2D. RGB value is (79,72,45). Sum of RGB (Red+Green+Blue) = 79+72+45=196 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.31% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 79 - color contains mainly: red. Hex color #4F482D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F482D is #B0B7D2. Grayscale: #474747. Windows color (decimal): -11581395 or 2967631. OLE color: 2967631.
HSL color Cylindrical-coordinate representation of color #4F482D: hue angle of 47.65º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F482D is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 72 | 45 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.69 |
| HSL | 47.65º | 0.27% | 0.24% | - |
| HSV(B) | 47.65º | 0.43% | 0.31% | - |
| XYZ | 6.02 | 6.49 | 3.42 | - |
| YUV | 71.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 72 | 45 | 0 | 0.09 | 0.43 | 0.69 | 47.65 | 0.27 | 0.24 |
| Hex | 4F | 48 | 2D | 0 | 9 | 2B | 45 | 30 | 1B | 18 |
| Octal | 117 | 110 | 55 | 0 | 11 | 53 | 105 | 60 | 33 | 30 |
| Binary | 1001111 | 1001000 | 101101 | 0 | 1001 | 101011 | 1000101 | 110000 | 11011 | 11000 |
Color Harmonies of #4F482D
Complementary color
Monochromatic Colors of #4F482D
Black with #4F482D
Text Example
Text Example
White with #4F482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F482D; }
p { color: rgb(79,72,45); }
H1.HeaderClassName
{
color: #4F482D;
}
.AnyTagClassName
{
color: #4F482D;
}
</style>
background-color css
<style>
a { background-color: #4F482D; }
a { background-color: rgb(79,72,45); }
div.DivClassName
{
background-color: #4F482D;
}
.BgClassName
{
background-color: #4F482D;
}
</style>
border-color css
<style>
span { border-color: #4F482D; }
span { border-color: rgb(79,72,45); }
td.TdClassName
{
border-color: #4F482D;
}
.TagClassName
{
border-color: #4F482D;
}
</style>