Shades of Camouflage #4E4D3B
Tints of Camouflage #4E4D3B
RGB
CMYK
RGB Variations
Color information
#4E4D3B (or 0x4E4D3B) is known color: Camouflage. HEX triplet: 4E, 4D and 3B. RGB value is (78,77,59). Sum of RGB (Red+Green+Blue) = 78+77+59=214 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.45% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E4D3B is #B1B2C4. Grayscale: #4B4B4B. Windows color (decimal): -11645637 or 3886414. OLE color: 3886414.
HSL color Cylindrical-coordinate representation of color #4E4D3B: hue angle of 56.84º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4E4D3B is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 77 | 59 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.69 |
| HSL | 56.84º | 0.14% | 0.27% | - |
| HSV(B) | 56.84º | 0.24% | 0.31% | - |
| XYZ | 6.59 | 7.24 | 5.19 | - |
| YUV | 75.25 | 118.83 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 77 | 59 | 0 | 0.01 | 0.24 | 0.69 | 56.84 | 0.14 | 0.27 |
| Hex | 4E | 4D | 3B | 0 | 1 | 18 | 45 | 39 | E | 1B |
| Octal | 116 | 115 | 73 | 0 | 1 | 30 | 105 | 71 | 16 | 33 |
| Binary | 1001110 | 1001101 | 111011 | 0 | 1 | 11000 | 1000101 | 111001 | 1110 | 11011 |
Color Harmonies of #4E4D3B
Complementary color
Monochromatic Colors of #4E4D3B
Black with #4E4D3B
Text Example
Text Example
White with #4E4D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4D3B; }
p { color: rgb(78,77,59); }
H1.HeaderClassName
{
color: #4E4D3B;
}
.AnyTagClassName
{
color: #4E4D3B;
}
</style>
background-color css
<style>
a { background-color: #4E4D3B; }
a { background-color: rgb(78,77,59); }
div.DivClassName
{
background-color: #4E4D3B;
}
.BgClassName
{
background-color: #4E4D3B;
}
</style>
border-color css
<style>
span { border-color: #4E4D3B; }
span { border-color: rgb(78,77,59); }
td.TdClassName
{
border-color: #4E4D3B;
}
.TagClassName
{
border-color: #4E4D3B;
}
</style>