Shades of Camouflage #4E4D3D
Tints of Camouflage #4E4D3D
RGB
CMYK
RGB Variations
Color information
#4E4D3D (or 0x4E4D3D) is known color: Camouflage. HEX triplet: 4E, 4D and 3D. RGB value is (78,77,61). Sum of RGB (Red+Green+Blue) = 78+77+61=216 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.11% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E4D3D is #B1B2C2. Grayscale: #4B4B4B. Windows color (decimal): -11645635 or 4017486. OLE color: 4017486.
HSL color Cylindrical-coordinate representation of color #4E4D3D: hue angle of 56.47º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4E4D3D is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 77 | 61 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.69 |
| HSL | 56.47º | 0.12% | 0.27% | - |
| HSV(B) | 56.47º | 0.22% | 0.31% | - |
| XYZ | 6.64 | 7.26 | 5.47 | - |
| YUV | 75.48 | 119.83 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 77 | 61 | 0 | 0.01 | 0.22 | 0.69 | 56.47 | 0.12 | 0.27 |
| Hex | 4E | 4D | 3D | 0 | 1 | 16 | 45 | 38 | C | 1B |
| Octal | 116 | 115 | 75 | 0 | 1 | 26 | 105 | 70 | 14 | 33 |
| Binary | 1001110 | 1001101 | 111101 | 0 | 1 | 10110 | 1000101 | 111000 | 1100 | 11011 |
Color Harmonies of #4E4D3D
Complementary color
Monochromatic Colors of #4E4D3D
Black with #4E4D3D
Text Example
Text Example
White with #4E4D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4D3D; }
p { color: rgb(78,77,61); }
H1.HeaderClassName
{
color: #4E4D3D;
}
.AnyTagClassName
{
color: #4E4D3D;
}
</style>
background-color css
<style>
a { background-color: #4E4D3D; }
a { background-color: rgb(78,77,61); }
div.DivClassName
{
background-color: #4E4D3D;
}
.BgClassName
{
background-color: #4E4D3D;
}
</style>
border-color css
<style>
span { border-color: #4E4D3D; }
span { border-color: rgb(78,77,61); }
td.TdClassName
{
border-color: #4E4D3D;
}
.TagClassName
{
border-color: #4E4D3D;
}
</style>