Shades of Camouflage #4E4A2F
Tints of Camouflage #4E4A2F
RGB
CMYK
RGB Variations
Color information
#4E4A2F (or 0x4E4A2F) is known color: Camouflage. HEX triplet: 4E, 4A and 2F. RGB value is (78,74,47). Sum of RGB (Red+Green+Blue) = 78+74+47=199 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.20% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4A2F is #B1B5D0. Grayscale: #484848. Windows color (decimal): -11646417 or 3099214. OLE color: 3099214.
HSL color Cylindrical-coordinate representation of color #4E4A2F: hue angle of 52.26º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E4A2F is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 74 | 47 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.69 |
| HSL | 52.26º | 0.25% | 0.25% | - |
| HSV(B) | 52.26º | 0.4% | 0.31% | - |
| XYZ | 6.1 | 6.72 | 3.67 | - |
| YUV | 72.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 74 | 47 | 0 | 0.05 | 0.40 | 0.69 | 52.26 | 0.25 | 0.25 |
| Hex | 4E | 4A | 2F | 0 | 5 | 28 | 45 | 34 | 19 | 19 |
| Octal | 116 | 112 | 57 | 0 | 5 | 50 | 105 | 64 | 31 | 31 |
| Binary | 1001110 | 1001010 | 101111 | 0 | 101 | 101000 | 1000101 | 110100 | 11001 | 11001 |
Color Harmonies of #4E4A2F
Complementary color
Monochromatic Colors of #4E4A2F
Black with #4E4A2F
Text Example
Text Example
White with #4E4A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4A2F; }
p { color: rgb(78,74,47); }
H1.HeaderClassName
{
color: #4E4A2F;
}
.AnyTagClassName
{
color: #4E4A2F;
}
</style>
background-color css
<style>
a { background-color: #4E4A2F; }
a { background-color: rgb(78,74,47); }
div.DivClassName
{
background-color: #4E4A2F;
}
.BgClassName
{
background-color: #4E4A2F;
}
</style>
border-color css
<style>
span { border-color: #4E4A2F; }
span { border-color: rgb(78,74,47); }
td.TdClassName
{
border-color: #4E4A2F;
}
.TagClassName
{
border-color: #4E4A2F;
}
</style>