Shades of Camouflage #4C4927
Tints of Camouflage #4C4927
RGB
CMYK
RGB Variations
Color information
#4C4927 (or 0x4C4927) is known color: Camouflage. HEX triplet: 4C, 49 and 27. RGB value is (76,73,39). Sum of RGB (Red+Green+Blue) = 76+73+39=188 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.43% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4927 is #B3B6D8. Grayscale: #464646. Windows color (decimal): -11777753 or 2574668. OLE color: 2574668.
HSL color Cylindrical-coordinate representation of color #4C4927: hue angle of 55.14º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C4927 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 73 | 39 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.70 |
| HSL | 55.14º | 0.32% | 0.23% | - |
| HSV(B) | 55.14º | 0.49% | 0.3% | - |
| XYZ | 5.73 | 6.45 | 2.86 | - |
| YUV | 70.02 | 110.49 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 73 | 39 | 0 | 0.04 | 0.49 | 0.70 | 55.14 | 0.32 | 0.23 |
| Hex | 4C | 49 | 27 | 0 | 4 | 31 | 46 | 37 | 20 | 17 |
| Octal | 114 | 111 | 47 | 0 | 4 | 61 | 106 | 67 | 40 | 27 |
| Binary | 1001100 | 1001001 | 100111 | 0 | 100 | 110001 | 1000110 | 110111 | 100000 | 10111 |
Color Harmonies of #4C4927
Complementary color
Monochromatic Colors of #4C4927
Black with #4C4927
Text Example
Text Example
White with #4C4927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4927; }
p { color: rgb(76,73,39); }
H1.HeaderClassName
{
color: #4C4927;
}
.AnyTagClassName
{
color: #4C4927;
}
</style>
background-color css
<style>
a { background-color: #4C4927; }
a { background-color: rgb(76,73,39); }
div.DivClassName
{
background-color: #4C4927;
}
.BgClassName
{
background-color: #4C4927;
}
</style>
border-color css
<style>
span { border-color: #4C4927; }
span { border-color: rgb(76,73,39); }
td.TdClassName
{
border-color: #4C4927;
}
.TagClassName
{
border-color: #4C4927;
}
</style>