Shades of Mondo #4F4940
Tints of Mondo #4F4940
RGB
CMYK
RGB Variations
Color information
#4F4940 (or 0x4F4940) is known color: Mondo. HEX triplet: 4F, 49 and 40. RGB value is (79,73,64). Sum of RGB (Red+Green+Blue) = 79+73+64=216 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.57% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4940 is #B0B6BF. Grayscale: #494949. Windows color (decimal): -11581120 or 4213071. OLE color: 4213071.
HSL color Cylindrical-coordinate representation of color #4F4940: hue angle of 36º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F4940 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 73 | 64 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.69 |
| HSL | 36º | 0.1% | 0.28% | - |
| HSV(B) | 36º | 0.19% | 0.31% | - |
| XYZ | 6.53 | 6.8 | 5.82 | - |
| YUV | 73.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 73 | 64 | 0 | 0.08 | 0.19 | 0.69 | 36 | 0.1 | 0.28 |
| Hex | 4F | 49 | 40 | 0 | 8 | 13 | 45 | 24 | A | 1C |
| Octal | 117 | 111 | 100 | 0 | 10 | 23 | 105 | 44 | 12 | 34 |
| Binary | 1001111 | 1001001 | 1000000 | 0 | 1000 | 10011 | 1000101 | 100100 | 1010 | 11100 |
Color Harmonies of #4F4940
Complementary color
Monochromatic Colors of #4F4940
Black with #4F4940
Text Example
Text Example
White with #4F4940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4940; }
p { color: rgb(79,73,64); }
H1.HeaderClassName
{
color: #4F4940;
}
.AnyTagClassName
{
color: #4F4940;
}
</style>
background-color css
<style>
a { background-color: #4F4940; }
a { background-color: rgb(79,73,64); }
div.DivClassName
{
background-color: #4F4940;
}
.BgClassName
{
background-color: #4F4940;
}
</style>
border-color css
<style>
span { border-color: #4F4940; }
span { border-color: rgb(79,73,64); }
td.TdClassName
{
border-color: #4F4940;
}
.TagClassName
{
border-color: #4F4940;
}
</style>