Shades of Camouflage #4E4C2F
Tints of Camouflage #4E4C2F
RGB
CMYK
RGB Variations
Color information
#4E4C2F (or 0x4E4C2F) is known color: Camouflage. HEX triplet: 4E, 4C and 2F. RGB value is (78,76,47). Sum of RGB (Red+Green+Blue) = 78+76+47=201 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.81% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4C2F is #B1B3D0. Grayscale: #494949. Windows color (decimal): -11645905 or 3099726. OLE color: 3099726.
HSL color Cylindrical-coordinate representation of color #4E4C2F: hue angle of 56.13º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E4C2F is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 76 | 47 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.69 |
| HSL | 56.13º | 0.25% | 0.25% | - |
| HSV(B) | 56.13º | 0.4% | 0.31% | - |
| XYZ | 6.24 | 6.99 | 3.71 | - |
| YUV | 73.29 | 113.16 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 76 | 47 | 0 | 0.03 | 0.40 | 0.69 | 56.13 | 0.25 | 0.25 |
| Hex | 4E | 4C | 2F | 0 | 3 | 28 | 45 | 38 | 19 | 19 |
| Octal | 116 | 114 | 57 | 0 | 3 | 50 | 105 | 70 | 31 | 31 |
| Binary | 1001110 | 1001100 | 101111 | 0 | 11 | 101000 | 1000101 | 111000 | 11001 | 11001 |
Color Harmonies of #4E4C2F
Complementary color
Monochromatic Colors of #4E4C2F
Black with #4E4C2F
Text Example
Text Example
White with #4E4C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4C2F; }
p { color: rgb(78,76,47); }
H1.HeaderClassName
{
color: #4E4C2F;
}
.AnyTagClassName
{
color: #4E4C2F;
}
</style>
background-color css
<style>
a { background-color: #4E4C2F; }
a { background-color: rgb(78,76,47); }
div.DivClassName
{
background-color: #4E4C2F;
}
.BgClassName
{
background-color: #4E4C2F;
}
</style>
border-color css
<style>
span { border-color: #4E4C2F; }
span { border-color: rgb(78,76,47); }
td.TdClassName
{
border-color: #4E4C2F;
}
.TagClassName
{
border-color: #4E4C2F;
}
</style>