Shades of Camouflage #4E4E32
Tints of Camouflage #4E4E32
RGB
CMYK
RGB Variations
Color information
#4E4E32 (or 0x4E4E32) is known color: Camouflage. HEX triplet: 4E, 4E and 32. RGB value is (78,78,50). Sum of RGB (Red+Green+Blue) = 78+78+50=206 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.86% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 78 - color contains mainly: red, green. Hex color #4E4E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E4E32 is #B1B1CD. Grayscale: #4A4A4A. Windows color (decimal): -11645390 or 3296846. OLE color: 3296846.
HSL color Cylindrical-coordinate representation of color #4E4E32: hue angle of 60º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E4E32 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 78 | 50 | - |
| CMYK | 0 | 0 | 0.36 | 0.69 |
| HSL | 60º | 0.22% | 0.25% | - |
| HSV(B) | 60º | 0.36% | 0.31% | - |
| XYZ | 6.44 | 7.3 | 4.09 | - |
| YUV | 74.81 | 114 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 78 | 50 | 0 | 0 | 0.36 | 0.69 | 60 | 0.22 | 0.25 |
| Hex | 4E | 4E | 32 | 0 | 0 | 24 | 45 | 3C | 16 | 19 |
| Octal | 116 | 116 | 62 | 0 | 0 | 44 | 105 | 74 | 26 | 31 |
| Binary | 1001110 | 1001110 | 110010 | 0 | 0 | 100100 | 1000101 | 111100 | 10110 | 11001 |
Color Harmonies of #4E4E32
Complementary color
Monochromatic Colors of #4E4E32
Black with #4E4E32
Text Example
Text Example
White with #4E4E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4E32; }
p { color: rgb(78,78,50); }
H1.HeaderClassName
{
color: #4E4E32;
}
.AnyTagClassName
{
color: #4E4E32;
}
</style>
background-color css
<style>
a { background-color: #4E4E32; }
a { background-color: rgb(78,78,50); }
div.DivClassName
{
background-color: #4E4E32;
}
.BgClassName
{
background-color: #4E4E32;
}
</style>
border-color css
<style>
span { border-color: #4E4E32; }
span { border-color: rgb(78,78,50); }
td.TdClassName
{
border-color: #4E4E32;
}
.TagClassName
{
border-color: #4E4E32;
}
</style>