Shades of Camouflage #4C492F
Tints of Camouflage #4C492F
RGB
CMYK
RGB Variations
Color information
#4C492F (or 0x4C492F) is known color: Camouflage. HEX triplet: 4C, 49 and 2F. RGB value is (76,73,47). Sum of RGB (Red+Green+Blue) = 76+73+47=196 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.78% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 76 - color contains mainly: red. Hex color #4C492F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C492F is #B3B6D0. Grayscale: #474747. Windows color (decimal): -11777745 or 3098956. OLE color: 3098956.
HSL color Cylindrical-coordinate representation of color #4C492F: hue angle of 53.79º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C492F is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 73 | 47 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.70 |
| HSL | 53.79º | 0.24% | 0.24% | - |
| HSV(B) | 53.79º | 0.38% | 0.3% | - |
| XYZ | 5.88 | 6.51 | 3.64 | - |
| YUV | 70.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 73 | 47 | 0 | 0.04 | 0.38 | 0.70 | 53.79 | 0.24 | 0.24 |
| Hex | 4C | 49 | 2F | 0 | 4 | 26 | 46 | 36 | 18 | 18 |
| Octal | 114 | 111 | 57 | 0 | 4 | 46 | 106 | 66 | 30 | 30 |
| Binary | 1001100 | 1001001 | 101111 | 0 | 100 | 100110 | 1000110 | 110110 | 11000 | 11000 |
Color Harmonies of #4C492F
Complementary color
Monochromatic Colors of #4C492F
Black with #4C492F
Text Example
Text Example
White with #4C492F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C492F; }
p { color: rgb(76,73,47); }
H1.HeaderClassName
{
color: #4C492F;
}
.AnyTagClassName
{
color: #4C492F;
}
</style>
background-color css
<style>
a { background-color: #4C492F; }
a { background-color: rgb(76,73,47); }
div.DivClassName
{
background-color: #4C492F;
}
.BgClassName
{
background-color: #4C492F;
}
</style>
border-color css
<style>
span { border-color: #4C492F; }
span { border-color: rgb(76,73,47); }
td.TdClassName
{
border-color: #4C492F;
}
.TagClassName
{
border-color: #4C492F;
}
</style>