Shades of Camouflage #4F4D36
Tints of Camouflage #4F4D36
RGB
CMYK
RGB Variations
Color information
#4F4D36 (or 0x4F4D36) is known color: Camouflage. HEX triplet: 4F, 4D and 36. RGB value is (79,77,54). Sum of RGB (Red+Green+Blue) = 79+77+54=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 54 (21.48% from 255 or 25.71% from 210); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F4D36 is #B0B2C9. Grayscale: #4B4B4B. Windows color (decimal): -11580106 or 3558735. OLE color: 3558735.
HSL color Cylindrical-coordinate representation of color #4F4D36: hue angle of 55.2º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F4D36 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 77 | 54 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.69 |
| HSL | 55.2º | 0.19% | 0.26% | - |
| HSV(B) | 55.2º | 0.32% | 0.31% | - |
| XYZ | 6.54 | 7.24 | 4.54 | - |
| YUV | 74.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 77 | 54 | 0 | 0.03 | 0.32 | 0.69 | 55.2 | 0.19 | 0.26 |
| Hex | 4F | 4D | 36 | 0 | 3 | 20 | 45 | 37 | 13 | 1A |
| Octal | 117 | 115 | 66 | 0 | 3 | 40 | 105 | 67 | 23 | 32 |
| Binary | 1001111 | 1001101 | 110110 | 0 | 11 | 100000 | 1000101 | 110111 | 10011 | 11010 |
Color Harmonies of #4F4D36
Complementary color
Monochromatic Colors of #4F4D36
Black with #4F4D36
Text Example
Text Example
White with #4F4D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4D36; }
p { color: rgb(79,77,54); }
H1.HeaderClassName
{
color: #4F4D36;
}
.AnyTagClassName
{
color: #4F4D36;
}
</style>
background-color css
<style>
a { background-color: #4F4D36; }
a { background-color: rgb(79,77,54); }
div.DivClassName
{
background-color: #4F4D36;
}
.BgClassName
{
background-color: #4F4D36;
}
</style>
border-color css
<style>
span { border-color: #4F4D36; }
span { border-color: rgb(79,77,54); }
td.TdClassName
{
border-color: #4F4D36;
}
.TagClassName
{
border-color: #4F4D36;
}
</style>