Shades of Camouflage #4E4C25
Tints of Camouflage #4E4C25
RGB
CMYK
RGB Variations
Color information
#4E4C25 (or 0x4E4C25) is known color: Camouflage. HEX triplet: 4E, 4C and 25. RGB value is (78,76,37). Sum of RGB (Red+Green+Blue) = 78+76+37=191 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.84% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4C25 is #B1B3DA. Grayscale: #484848. Windows color (decimal): -11645915 or 2444366. OLE color: 2444366.
HSL color Cylindrical-coordinate representation of color #4E4C25: hue angle of 57.07º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4E4C25 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 76 | 37 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.69 |
| HSL | 57.07º | 0.36% | 0.23% | - |
| HSV(B) | 57.07º | 0.53% | 0.31% | - |
| XYZ | 6.06 | 6.92 | 2.77 | - |
| YUV | 72.15 | 108.16 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 76 | 37 | 0 | 0.03 | 0.53 | 0.69 | 57.07 | 0.36 | 0.23 |
| Hex | 4E | 4C | 25 | 0 | 3 | 35 | 45 | 39 | 24 | 17 |
| Octal | 116 | 114 | 45 | 0 | 3 | 65 | 105 | 71 | 44 | 27 |
| Binary | 1001110 | 1001100 | 100101 | 0 | 11 | 110101 | 1000101 | 111001 | 100100 | 10111 |
Color Harmonies of #4E4C25
Complementary color
Monochromatic Colors of #4E4C25
Black with #4E4C25
Text Example
Text Example
White with #4E4C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4C25; }
p { color: rgb(78,76,37); }
H1.HeaderClassName
{
color: #4E4C25;
}
.AnyTagClassName
{
color: #4E4C25;
}
</style>
background-color css
<style>
a { background-color: #4E4C25; }
a { background-color: rgb(78,76,37); }
div.DivClassName
{
background-color: #4E4C25;
}
.BgClassName
{
background-color: #4E4C25;
}
</style>
border-color css
<style>
span { border-color: #4E4C25; }
span { border-color: rgb(78,76,37); }
td.TdClassName
{
border-color: #4E4C25;
}
.TagClassName
{
border-color: #4E4C25;
}
</style>