Shades of Camouflage #4D4A22
Tints of Camouflage #4D4A22
RGB
CMYK
RGB Variations
Color information
#4D4A22 (or 0x4D4A22) is known color: Camouflage. HEX triplet: 4D, 4A and 22. RGB value is (77,74,34). Sum of RGB (Red+Green+Blue) = 77+74+34=185 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.62% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4A22 is #B2B5DD. Grayscale: #464646. Windows color (decimal): -11711966 or 2247245. OLE color: 2247245.
HSL color Cylindrical-coordinate representation of color #4D4A22: hue angle of 55.81º 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 #4D4A22 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 74 | 34 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.70 |
| HSL | 55.81º | 0.39% | 0.22% | - |
| HSV(B) | 55.81º | 0.56% | 0.3% | - |
| XYZ | 5.8 | 6.59 | 2.48 | - |
| YUV | 70.34 | 107.49 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 74 | 34 | 0 | 0.04 | 0.56 | 0.70 | 55.81 | 0.39 | 0.22 |
| Hex | 4D | 4A | 22 | 0 | 4 | 38 | 46 | 38 | 27 | 16 |
| Octal | 115 | 112 | 42 | 0 | 4 | 70 | 106 | 70 | 47 | 26 |
| Binary | 1001101 | 1001010 | 100010 | 0 | 100 | 111000 | 1000110 | 111000 | 100111 | 10110 |
Color Harmonies of #4D4A22
Complementary color
Monochromatic Colors of #4D4A22
Black with #4D4A22
Text Example
Text Example
White with #4D4A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4A22; }
p { color: rgb(77,74,34); }
H1.HeaderClassName
{
color: #4D4A22;
}
.AnyTagClassName
{
color: #4D4A22;
}
</style>
background-color css
<style>
a { background-color: #4D4A22; }
a { background-color: rgb(77,74,34); }
div.DivClassName
{
background-color: #4D4A22;
}
.BgClassName
{
background-color: #4D4A22;
}
</style>
border-color css
<style>
span { border-color: #4D4A22; }
span { border-color: rgb(77,74,34); }
td.TdClassName
{
border-color: #4D4A22;
}
.TagClassName
{
border-color: #4D4A22;
}
</style>