Shades of Camouflage #4E4C2D
Tints of Camouflage #4E4C2D
RGB
CMYK
RGB Variations
Color information
#4E4C2D (or 0x4E4C2D) is known color: Camouflage. HEX triplet: 4E, 4C and 2D. RGB value is (78,76,45). Sum of RGB (Red+Green+Blue) = 78+76+45=199 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.20% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4C2D is #B1B3D2. Grayscale: #494949. Windows color (decimal): -11645907 or 2968654. OLE color: 2968654.
HSL color Cylindrical-coordinate representation of color #4E4C2D: hue angle of 56.36º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4E4C2D is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 76 | 45 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.69 |
| HSL | 56.36º | 0.27% | 0.24% | - |
| HSV(B) | 56.36º | 0.42% | 0.31% | - |
| XYZ | 6.2 | 6.98 | 3.5 | - |
| YUV | 73.06 | 112.16 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 76 | 45 | 0 | 0.03 | 0.42 | 0.69 | 56.36 | 0.27 | 0.24 |
| Hex | 4E | 4C | 2D | 0 | 3 | 2A | 45 | 38 | 1B | 18 |
| Octal | 116 | 114 | 55 | 0 | 3 | 52 | 105 | 70 | 33 | 30 |
| Binary | 1001110 | 1001100 | 101101 | 0 | 11 | 101010 | 1000101 | 111000 | 11011 | 11000 |
Color Harmonies of #4E4C2D
Complementary color
Monochromatic Colors of #4E4C2D
Black with #4E4C2D
Text Example
Text Example
White with #4E4C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4C2D; }
p { color: rgb(78,76,45); }
H1.HeaderClassName
{
color: #4E4C2D;
}
.AnyTagClassName
{
color: #4E4C2D;
}
</style>
background-color css
<style>
a { background-color: #4E4C2D; }
a { background-color: rgb(78,76,45); }
div.DivClassName
{
background-color: #4E4C2D;
}
.BgClassName
{
background-color: #4E4C2D;
}
</style>
border-color css
<style>
span { border-color: #4E4C2D; }
span { border-color: rgb(78,76,45); }
td.TdClassName
{
border-color: #4E4C2D;
}
.TagClassName
{
border-color: #4E4C2D;
}
</style>