Shades of Camouflage #4E4C2A
Tints of Camouflage #4E4C2A
RGB
CMYK
RGB Variations
Color information
#4E4C2A (or 0x4E4C2A) is known color: Camouflage. HEX triplet: 4E, 4C and 2A. RGB value is (78,76,42). Sum of RGB (Red+Green+Blue) = 78+76+42=196 (25% of max value = 765). Red value is 78 (30.86% from 255 or 39.80% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4C2A is #B1B3D5. Grayscale: #484848. Windows color (decimal): -11645910 or 2772046. OLE color: 2772046.
HSL color Cylindrical-coordinate representation of color #4E4C2A: hue angle of 56.67º 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 #4E4C2A is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 76 | 42 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.69 |
| HSL | 56.67º | 0.3% | 0.24% | - |
| HSV(B) | 56.67º | 0.46% | 0.31% | - |
| XYZ | 6.14 | 6.96 | 3.21 | - |
| YUV | 72.72 | 110.66 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 76 | 42 | 0 | 0.03 | 0.46 | 0.69 | 56.67 | 0.3 | 0.24 |
| Hex | 4E | 4C | 2A | 0 | 3 | 2E | 45 | 39 | 1E | 18 |
| Octal | 116 | 114 | 52 | 0 | 3 | 56 | 105 | 71 | 36 | 30 |
| Binary | 1001110 | 1001100 | 101010 | 0 | 11 | 101110 | 1000101 | 111001 | 11110 | 11000 |
Color Harmonies of #4E4C2A
Complementary color
Monochromatic Colors of #4E4C2A
Black with #4E4C2A
Text Example
Text Example
White with #4E4C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4C2A; }
p { color: rgb(78,76,42); }
H1.HeaderClassName
{
color: #4E4C2A;
}
.AnyTagClassName
{
color: #4E4C2A;
}
</style>
background-color css
<style>
a { background-color: #4E4C2A; }
a { background-color: rgb(78,76,42); }
div.DivClassName
{
background-color: #4E4C2A;
}
.BgClassName
{
background-color: #4E4C2A;
}
</style>
border-color css
<style>
span { border-color: #4E4C2A; }
span { border-color: rgb(78,76,42); }
td.TdClassName
{
border-color: #4E4C2A;
}
.TagClassName
{
border-color: #4E4C2A;
}
</style>