Shades of Camouflage #4D4C22
Tints of Camouflage #4D4C22
RGB
CMYK
RGB Variations
Color information
#4D4C22 (or 0x4D4C22) is known color: Camouflage. HEX triplet: 4D, 4C and 22. RGB value is (77,76,34). Sum of RGB (Red+Green+Blue) = 77+76+34=187 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.18% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4C22 is #B2B3DD. Grayscale: #474747. Windows color (decimal): -11711454 or 2247757. OLE color: 2247757.
HSL color Cylindrical-coordinate representation of color #4D4C22: hue angle of 58.6º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D4C22 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 76 | 34 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.70 |
| HSL | 58.6º | 0.39% | 0.22% | - |
| HSV(B) | 58.6º | 0.56% | 0.3% | - |
| XYZ | 5.93 | 6.86 | 2.53 | - |
| YUV | 71.51 | 106.83 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 76 | 34 | 0 | 0.01 | 0.56 | 0.70 | 58.6 | 0.39 | 0.22 |
| Hex | 4D | 4C | 22 | 0 | 1 | 38 | 46 | 3B | 27 | 16 |
| Octal | 115 | 114 | 42 | 0 | 1 | 70 | 106 | 73 | 47 | 26 |
| Binary | 1001101 | 1001100 | 100010 | 0 | 1 | 111000 | 1000110 | 111011 | 100111 | 10110 |
Color Harmonies of #4D4C22
Complementary color
Monochromatic Colors of #4D4C22
Black with #4D4C22
Text Example
Text Example
White with #4D4C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4C22; }
p { color: rgb(77,76,34); }
H1.HeaderClassName
{
color: #4D4C22;
}
.AnyTagClassName
{
color: #4D4C22;
}
</style>
background-color css
<style>
a { background-color: #4D4C22; }
a { background-color: rgb(77,76,34); }
div.DivClassName
{
background-color: #4D4C22;
}
.BgClassName
{
background-color: #4D4C22;
}
</style>
border-color css
<style>
span { border-color: #4D4C22; }
span { border-color: rgb(77,76,34); }
td.TdClassName
{
border-color: #4D4C22;
}
.TagClassName
{
border-color: #4D4C22;
}
</style>