Shades of Camouflage #4F4D24
Tints of Camouflage #4F4D24
RGB
CMYK
RGB Variations
Color information
#4F4D24 (or 0x4F4D24) is known color: Camouflage. HEX triplet: 4F, 4D and 24. RGB value is (79,77,36). Sum of RGB (Red+Green+Blue) = 79+77+36=192 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.15% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 36 (14.45% from 255 or 18.75% from 192); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F4D24 is #B0B2DB. Grayscale: #494949. Windows color (decimal): -11580124 or 2379087. OLE color: 2379087.
HSL color Cylindrical-coordinate representation of color #4F4D24: hue angle of 57.21º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F4D24 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 77 | 36 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.69 |
| HSL | 57.21º | 0.37% | 0.23% | - |
| HSV(B) | 57.21º | 0.54% | 0.31% | - |
| XYZ | 6.2 | 7.1 | 2.71 | - |
| YUV | 72.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 77 | 36 | 0 | 0.03 | 0.54 | 0.69 | 57.21 | 0.37 | 0.23 |
| Hex | 4F | 4D | 24 | 0 | 3 | 36 | 45 | 39 | 25 | 17 |
| Octal | 117 | 115 | 44 | 0 | 3 | 66 | 105 | 71 | 45 | 27 |
| Binary | 1001111 | 1001101 | 100100 | 0 | 11 | 110110 | 1000101 | 111001 | 100101 | 10111 |
Color Harmonies of #4F4D24
Complementary color
Monochromatic Colors of #4F4D24
Black with #4F4D24
Text Example
Text Example
White with #4F4D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4D24; }
p { color: rgb(79,77,36); }
H1.HeaderClassName
{
color: #4F4D24;
}
.AnyTagClassName
{
color: #4F4D24;
}
</style>
background-color css
<style>
a { background-color: #4F4D24; }
a { background-color: rgb(79,77,36); }
div.DivClassName
{
background-color: #4F4D24;
}
.BgClassName
{
background-color: #4F4D24;
}
</style>
border-color css
<style>
span { border-color: #4F4D24; }
span { border-color: rgb(79,77,36); }
td.TdClassName
{
border-color: #4F4D24;
}
.TagClassName
{
border-color: #4F4D24;
}
</style>