Shades of Camouflage #504D24
Tints of Camouflage #504D24
RGB
CMYK
RGB Variations
Color information
#504D24 (or 0x504D24) is known color: Camouflage. HEX triplet: 50, 4D and 24. RGB value is (80,77,36). Sum of RGB (Red+Green+Blue) = 80+77+36=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #504D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504D24 is #AFB2DB. Grayscale: #494949. Windows color (decimal): -11514588 or 2379088. OLE color: 2379088.
HSL color Cylindrical-coordinate representation of color #504D24: hue angle of 55.91º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #504D24 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 77 | 36 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.69 |
| HSL | 55.91º | 0.38% | 0.23% | - |
| HSV(B) | 55.91º | 0.55% | 0.31% | - |
| XYZ | 6.28 | 7.14 | 2.72 | - |
| YUV | 73.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 36 | 0 | 0.04 | 0.55 | 0.69 | 55.91 | 0.38 | 0.23 |
| Hex | 50 | 4D | 24 | 0 | 4 | 37 | 45 | 38 | 26 | 17 |
| Octal | 120 | 115 | 44 | 0 | 4 | 67 | 105 | 70 | 46 | 27 |
| Binary | 1010000 | 1001101 | 100100 | 0 | 100 | 110111 | 1000101 | 111000 | 100110 | 10111 |
Color Harmonies of #504D24
Complementary color
Monochromatic Colors of #504D24
Black with #504D24
Text Example
Text Example
White with #504D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504D24; }
p { color: rgb(80,77,36); }
H1.HeaderClassName
{
color: #504D24;
}
.AnyTagClassName
{
color: #504D24;
}
</style>
background-color css
<style>
a { background-color: #504D24; }
a { background-color: rgb(80,77,36); }
div.DivClassName
{
background-color: #504D24;
}
.BgClassName
{
background-color: #504D24;
}
</style>
border-color css
<style>
span { border-color: #504D24; }
span { border-color: rgb(80,77,36); }
td.TdClassName
{
border-color: #504D24;
}
.TagClassName
{
border-color: #504D24;
}
</style>