Shades of Camouflage #4D4A24
Tints of Camouflage #4D4A24
RGB
CMYK
RGB Variations
Color information
#4D4A24 (or 0x4D4A24) is known color: Camouflage. HEX triplet: 4D, 4A and 24. RGB value is (77,74,36). Sum of RGB (Red+Green+Blue) = 77+74+36=187 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.18% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4A24 is #B2B5DB. Grayscale: #464646. Windows color (decimal): -11711964 or 2378317. OLE color: 2378317.
HSL color Cylindrical-coordinate representation of color #4D4A24: hue angle of 55.61º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D4A24 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 74 | 36 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.70 |
| HSL | 55.61º | 0.36% | 0.22% | - |
| HSV(B) | 55.61º | 0.53% | 0.3% | - |
| XYZ | 5.83 | 6.6 | 2.64 | - |
| YUV | 70.57 | 108.49 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 74 | 36 | 0 | 0.04 | 0.53 | 0.70 | 55.61 | 0.36 | 0.22 |
| Hex | 4D | 4A | 24 | 0 | 4 | 35 | 46 | 38 | 24 | 16 |
| Octal | 115 | 112 | 44 | 0 | 4 | 65 | 106 | 70 | 44 | 26 |
| Binary | 1001101 | 1001010 | 100100 | 0 | 100 | 110101 | 1000110 | 111000 | 100100 | 10110 |
Color Harmonies of #4D4A24
Complementary color
Monochromatic Colors of #4D4A24
Black with #4D4A24
Text Example
Text Example
White with #4D4A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4A24; }
p { color: rgb(77,74,36); }
H1.HeaderClassName
{
color: #4D4A24;
}
.AnyTagClassName
{
color: #4D4A24;
}
</style>
background-color css
<style>
a { background-color: #4D4A24; }
a { background-color: rgb(77,74,36); }
div.DivClassName
{
background-color: #4D4A24;
}
.BgClassName
{
background-color: #4D4A24;
}
</style>
border-color css
<style>
span { border-color: #4D4A24; }
span { border-color: rgb(77,74,36); }
td.TdClassName
{
border-color: #4D4A24;
}
.TagClassName
{
border-color: #4D4A24;
}
</style>