Shades of Camouflage #4C4A2F
Tints of Camouflage #4C4A2F
RGB
CMYK
RGB Variations
Color information
#4C4A2F (or 0x4C4A2F) is known color: Camouflage. HEX triplet: 4C, 4A and 2F. RGB value is (76,74,47). Sum of RGB (Red+Green+Blue) = 76+74+47=197 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.58% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4A2F is #B3B5D0. Grayscale: #474747. Windows color (decimal): -11777489 or 3099212. OLE color: 3099212.
HSL color Cylindrical-coordinate representation of color #4C4A2F: hue angle of 55.86º 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 #4C4A2F is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 74 | 47 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.70 |
| HSL | 55.86º | 0.24% | 0.24% | - |
| HSV(B) | 55.86º | 0.38% | 0.3% | - |
| XYZ | 5.94 | 6.64 | 3.66 | - |
| YUV | 71.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 74 | 47 | 0 | 0.03 | 0.38 | 0.70 | 55.86 | 0.24 | 0.24 |
| Hex | 4C | 4A | 2F | 0 | 3 | 26 | 46 | 38 | 18 | 18 |
| Octal | 114 | 112 | 57 | 0 | 3 | 46 | 106 | 70 | 30 | 30 |
| Binary | 1001100 | 1001010 | 101111 | 0 | 11 | 100110 | 1000110 | 111000 | 11000 | 11000 |
Color Harmonies of #4C4A2F
Complementary color
Monochromatic Colors of #4C4A2F
Black with #4C4A2F
Text Example
Text Example
White with #4C4A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4A2F; }
p { color: rgb(76,74,47); }
H1.HeaderClassName
{
color: #4C4A2F;
}
.AnyTagClassName
{
color: #4C4A2F;
}
</style>
background-color css
<style>
a { background-color: #4C4A2F; }
a { background-color: rgb(76,74,47); }
div.DivClassName
{
background-color: #4C4A2F;
}
.BgClassName
{
background-color: #4C4A2F;
}
</style>
border-color css
<style>
span { border-color: #4C4A2F; }
span { border-color: rgb(76,74,47); }
td.TdClassName
{
border-color: #4C4A2F;
}
.TagClassName
{
border-color: #4C4A2F;
}
</style>