Shades of Camouflage #4E4927
Tints of Camouflage #4E4927
RGB
CMYK
RGB Variations
Color information
#4E4927 (or 0x4E4927) is known color: Camouflage. HEX triplet: 4E, 49 and 27. RGB value is (78,73,39). Sum of RGB (Red+Green+Blue) = 78+73+39=190 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.05% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 39 (15.62% from 255 or 20.53% from 190); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4927 is #B1B6D8. Grayscale: #464646. Windows color (decimal): -11646681 or 2574670. OLE color: 2574670.
HSL color Cylindrical-coordinate representation of color #4E4927: hue angle of 52.31º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E4927 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 73 | 39 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.69 |
| HSL | 52.31º | 0.33% | 0.23% | - |
| HSV(B) | 52.31º | 0.5% | 0.31% | - |
| XYZ | 5.89 | 6.53 | 2.87 | - |
| YUV | 70.62 | 110.16 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 73 | 39 | 0 | 0.06 | 0.50 | 0.69 | 52.31 | 0.33 | 0.23 |
| Hex | 4E | 49 | 27 | 0 | 6 | 32 | 45 | 34 | 21 | 17 |
| Octal | 116 | 111 | 47 | 0 | 6 | 62 | 105 | 64 | 41 | 27 |
| Binary | 1001110 | 1001001 | 100111 | 0 | 110 | 110010 | 1000101 | 110100 | 100001 | 10111 |
Color Harmonies of #4E4927
Complementary color
Monochromatic Colors of #4E4927
Black with #4E4927
Text Example
Text Example
White with #4E4927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4927; }
p { color: rgb(78,73,39); }
H1.HeaderClassName
{
color: #4E4927;
}
.AnyTagClassName
{
color: #4E4927;
}
</style>
background-color css
<style>
a { background-color: #4E4927; }
a { background-color: rgb(78,73,39); }
div.DivClassName
{
background-color: #4E4927;
}
.BgClassName
{
background-color: #4E4927;
}
</style>
border-color css
<style>
span { border-color: #4E4927; }
span { border-color: rgb(78,73,39); }
td.TdClassName
{
border-color: #4E4927;
}
.TagClassName
{
border-color: #4E4927;
}
</style>