Shades of Camouflage #4F4E37
Tints of Camouflage #4F4E37
RGB
CMYK
RGB Variations
Color information
#4F4E37 (or 0x4F4E37) is known color: Camouflage. HEX triplet: 4F, 4E and 37. RGB value is (79,78,55). Sum of RGB (Red+Green+Blue) = 79+78+55=212 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.26% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F4E37 is #B0B1C8. Grayscale: #4B4B4B. Windows color (decimal): -11579849 or 3624527. OLE color: 3624527.
HSL color Cylindrical-coordinate representation of color #4F4E37: hue angle of 57.5º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F4E37 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 78 | 55 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.69 |
| HSL | 57.5º | 0.18% | 0.26% | - |
| HSV(B) | 57.5º | 0.3% | 0.31% | - |
| XYZ | 6.64 | 7.39 | 4.69 | - |
| YUV | 75.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 78 | 55 | 0 | 0.01 | 0.30 | 0.69 | 57.5 | 0.18 | 0.26 |
| Hex | 4F | 4E | 37 | 0 | 1 | 1E | 45 | 3A | 12 | 1A |
| Octal | 117 | 116 | 67 | 0 | 1 | 36 | 105 | 72 | 22 | 32 |
| Binary | 1001111 | 1001110 | 110111 | 0 | 1 | 11110 | 1000101 | 111010 | 10010 | 11010 |
Color Harmonies of #4F4E37
Complementary color
Monochromatic Colors of #4F4E37
Black with #4F4E37
Text Example
Text Example
White with #4F4E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4E37; }
p { color: rgb(79,78,55); }
H1.HeaderClassName
{
color: #4F4E37;
}
.AnyTagClassName
{
color: #4F4E37;
}
</style>
background-color css
<style>
a { background-color: #4F4E37; }
a { background-color: rgb(79,78,55); }
div.DivClassName
{
background-color: #4F4E37;
}
.BgClassName
{
background-color: #4F4E37;
}
</style>
border-color css
<style>
span { border-color: #4F4E37; }
span { border-color: rgb(79,78,55); }
td.TdClassName
{
border-color: #4F4E37;
}
.TagClassName
{
border-color: #4F4E37;
}
</style>