Shades of Camouflage #4E4D22
Tints of Camouflage #4E4D22
RGB
CMYK
RGB Variations
Color information
#4E4D22 (or 0x4E4D22) is known color: Camouflage. HEX triplet: 4E, 4D and 22. RGB value is (78,77,34). Sum of RGB (Red+Green+Blue) = 78+77+34=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 77 (30.47% from 255 or 40.74% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E4D22 is #B1B2DD. Grayscale: #484848. Windows color (decimal): -11645662 or 2248014. OLE color: 2248014.
HSL color Cylindrical-coordinate representation of color #4E4D22: hue angle of 58.64º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E4D22 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 77 | 34 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.69 |
| HSL | 58.64º | 0.39% | 0.22% | - |
| HSV(B) | 58.64º | 0.56% | 0.31% | - |
| XYZ | 6.08 | 7.04 | 2.55 | - |
| YUV | 72.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 77 | 34 | 0 | 0.01 | 0.56 | 0.69 | 58.64 | 0.39 | 0.22 |
| Hex | 4E | 4D | 22 | 0 | 1 | 38 | 45 | 3B | 27 | 16 |
| Octal | 116 | 115 | 42 | 0 | 1 | 70 | 105 | 73 | 47 | 26 |
| Binary | 1001110 | 1001101 | 100010 | 0 | 1 | 111000 | 1000101 | 111011 | 100111 | 10110 |
Color Harmonies of #4E4D22
Complementary color
Monochromatic Colors of #4E4D22
Black with #4E4D22
Text Example
Text Example
White with #4E4D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4D22; }
p { color: rgb(78,77,34); }
H1.HeaderClassName
{
color: #4E4D22;
}
.AnyTagClassName
{
color: #4E4D22;
}
</style>
background-color css
<style>
a { background-color: #4E4D22; }
a { background-color: rgb(78,77,34); }
div.DivClassName
{
background-color: #4E4D22;
}
.BgClassName
{
background-color: #4E4D22;
}
</style>
border-color css
<style>
span { border-color: #4E4D22; }
span { border-color: rgb(78,77,34); }
td.TdClassName
{
border-color: #4E4D22;
}
.TagClassName
{
border-color: #4E4D22;
}
</style>