Shades of Camouflage #4C4926
Tints of Camouflage #4C4926
RGB
CMYK
RGB Variations
Color information
#4C4926 (or 0x4C4926) is known color: Camouflage. HEX triplet: 4C, 49 and 26. RGB value is (76,73,38). Sum of RGB (Red+Green+Blue) = 76+73+38=187 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.64% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4926 is #B3B6D9. Grayscale: #464646. Windows color (decimal): -11777754 or 2509132. OLE color: 2509132.
HSL color Cylindrical-coordinate representation of color #4C4926: hue angle of 55.26º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C4926 is Cyan = 0, Magento = 0.04, Yellow = 0.5 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 73 | 38 | - |
| CMYK | 0 | 0.04 | 0.5 | 0.70 |
| HSL | 55.26º | 0.33% | 0.22% | - |
| HSV(B) | 55.26º | 0.5% | 0.3% | - |
| XYZ | 5.71 | 6.44 | 2.78 | - |
| YUV | 69.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 73 | 38 | 0 | 0.04 | 0.5 | 0.70 | 55.26 | 0.33 | 0.22 |
| Hex | 4C | 49 | 26 | 0 | 4 | 32 | 46 | 37 | 21 | 16 |
| Octal | 114 | 111 | 46 | 0 | 4 | 62 | 106 | 67 | 41 | 26 |
| Binary | 1001100 | 1001001 | 100110 | 0 | 100 | 110010 | 1000110 | 110111 | 100001 | 10110 |
Color Harmonies of #4C4926
Complementary color
Monochromatic Colors of #4C4926
Black with #4C4926
Text Example
Text Example
White with #4C4926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4926; }
p { color: rgb(76,73,38); }
H1.HeaderClassName
{
color: #4C4926;
}
.AnyTagClassName
{
color: #4C4926;
}
</style>
background-color css
<style>
a { background-color: #4C4926; }
a { background-color: rgb(76,73,38); }
div.DivClassName
{
background-color: #4C4926;
}
.BgClassName
{
background-color: #4C4926;
}
</style>
border-color css
<style>
span { border-color: #4C4926; }
span { border-color: rgb(76,73,38); }
td.TdClassName
{
border-color: #4C4926;
}
.TagClassName
{
border-color: #4C4926;
}
</style>