Shades of Camouflage #4E4E35
Tints of Camouflage #4E4E35
RGB
CMYK
RGB Variations
Color information
#4E4E35 (or 0x4E4E35) is known color: Camouflage. HEX triplet: 4E, 4E and 35. RGB value is (78,78,53). Sum of RGB (Red+Green+Blue) = 78+78+53=209 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.32% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 78 - color contains mainly: red, green. Hex color #4E4E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E4E35 is #B1B1CA. Grayscale: #4B4B4B. Windows color (decimal): -11645387 or 3493454. OLE color: 3493454.
HSL color Cylindrical-coordinate representation of color #4E4E35: hue angle of 60º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E4E35 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 78 | 53 | - |
| CMYK | 0 | 0 | 0.32 | 0.69 |
| HSL | 60º | 0.19% | 0.26% | - |
| HSV(B) | 60º | 0.32% | 0.31% | - |
| XYZ | 6.51 | 7.33 | 4.44 | - |
| YUV | 75.15 | 115.5 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 78 | 53 | 0 | 0 | 0.32 | 0.69 | 60 | 0.19 | 0.26 |
| Hex | 4E | 4E | 35 | 0 | 0 | 20 | 45 | 3C | 13 | 1A |
| Octal | 116 | 116 | 65 | 0 | 0 | 40 | 105 | 74 | 23 | 32 |
| Binary | 1001110 | 1001110 | 110101 | 0 | 0 | 100000 | 1000101 | 111100 | 10011 | 11010 |
Color Harmonies of #4E4E35
Complementary color
Monochromatic Colors of #4E4E35
Black with #4E4E35
Text Example
Text Example
White with #4E4E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4E35; }
p { color: rgb(78,78,53); }
H1.HeaderClassName
{
color: #4E4E35;
}
.AnyTagClassName
{
color: #4E4E35;
}
</style>
background-color css
<style>
a { background-color: #4E4E35; }
a { background-color: rgb(78,78,53); }
div.DivClassName
{
background-color: #4E4E35;
}
.BgClassName
{
background-color: #4E4E35;
}
</style>
border-color css
<style>
span { border-color: #4E4E35; }
span { border-color: rgb(78,78,53); }
td.TdClassName
{
border-color: #4E4E35;
}
.TagClassName
{
border-color: #4E4E35;
}
</style>