Shades of Camouflage #4E4D3A
Tints of Camouflage #4E4D3A
RGB
CMYK
RGB Variations
Color information
#4E4D3A (or 0x4E4D3A) is known color: Camouflage. HEX triplet: 4E, 4D and 3A. RGB value is (78,77,58). Sum of RGB (Red+Green+Blue) = 78+77+58=213 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.62% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E4D3A is #B1B2C5. Grayscale: #4B4B4B. Windows color (decimal): -11645638 or 3820878. OLE color: 3820878.
HSL color Cylindrical-coordinate representation of color #4E4D3A: hue angle of 57º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E4D3A is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
RGB | 78 | 77 | 58 | - |
CMYK | 0 | 0.01 | 0.26 | 0.69 |
HSL | 57º | 0.15% | 0.27% | - |
HSV(B) | 57º | 0.26% | 0.31% | - |
XYZ | 6.56 | 7.23 | 5.05 | - |
YUV | 75.13 | 118.33 | 130.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 78 | 77 | 58 | 0 | 0.01 | 0.26 | 0.69 | 57 | 0.15 | 0.27 |
Hex | 4E | 4D | 3A | 0 | 1 | 1A | 45 | 39 | F | 1B |
Octal | 116 | 115 | 72 | 0 | 1 | 32 | 105 | 71 | 17 | 33 |
Binary | 1001110 | 1001101 | 111010 | 0 | 1 | 11010 | 1000101 | 111001 | 1111 | 11011 |
Color Harmonies of #4E4D3A
Complementary color
Monochromatic Colors of #4E4D3A
Black with #4E4D3A
Text Example
Text Example
White with #4E4D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4D3A; }
p { color: rgb(78,77,58); }
H1.HeaderClassName
{
color: #4E4D3A;
}
.AnyTagClassName
{
color: #4E4D3A;
}
</style>
background-color css
<style>
a { background-color: #4E4D3A; }
a { background-color: rgb(78,77,58); }
div.DivClassName
{
background-color: #4E4D3A;
}
.BgClassName
{
background-color: #4E4D3A;
}
</style>
border-color css
<style>
span { border-color: #4E4D3A; }
span { border-color: rgb(78,77,58); }
td.TdClassName
{
border-color: #4E4D3A;
}
.TagClassName
{
border-color: #4E4D3A;
}
</style>