Shades of Camouflage #4E4A2A
Tints of Camouflage #4E4A2A
RGB
CMYK
RGB Variations
Color information
#4E4A2A (or 0x4E4A2A) is known color: Camouflage. HEX triplet: 4E, 4A and 2A. RGB value is (78,74,42). Sum of RGB (Red+Green+Blue) = 78+74+42=194 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.21% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4A2A is #B1B5D5. Grayscale: #474747. Windows color (decimal): -11646422 or 2771534. OLE color: 2771534.
HSL color Cylindrical-coordinate representation of color #4E4A2A: hue angle of 53.33º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E4A2A is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 74 | 42 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.69 |
| HSL | 53.33º | 0.3% | 0.24% | - |
| HSV(B) | 53.33º | 0.46% | 0.31% | - |
| XYZ | 6.01 | 6.68 | 3.16 | - |
| YUV | 71.55 | 111.33 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 74 | 42 | 0 | 0.05 | 0.46 | 0.69 | 53.33 | 0.3 | 0.24 |
| Hex | 4E | 4A | 2A | 0 | 5 | 2E | 45 | 35 | 1E | 18 |
| Octal | 116 | 112 | 52 | 0 | 5 | 56 | 105 | 65 | 36 | 30 |
| Binary | 1001110 | 1001010 | 101010 | 0 | 101 | 101110 | 1000101 | 110101 | 11110 | 11000 |
Color Harmonies of #4E4A2A
Complementary color
Monochromatic Colors of #4E4A2A
Black with #4E4A2A
Text Example
Text Example
White with #4E4A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4A2A; }
p { color: rgb(78,74,42); }
H1.HeaderClassName
{
color: #4E4A2A;
}
.AnyTagClassName
{
color: #4E4A2A;
}
</style>
background-color css
<style>
a { background-color: #4E4A2A; }
a { background-color: rgb(78,74,42); }
div.DivClassName
{
background-color: #4E4A2A;
}
.BgClassName
{
background-color: #4E4A2A;
}
</style>
border-color css
<style>
span { border-color: #4E4A2A; }
span { border-color: rgb(78,74,42); }
td.TdClassName
{
border-color: #4E4A2A;
}
.TagClassName
{
border-color: #4E4A2A;
}
</style>