Shades of Camouflage #4D4C26
Tints of Camouflage #4D4C26
RGB
CMYK
RGB Variations
Color information
#4D4C26 (or 0x4D4C26) is known color: Camouflage. HEX triplet: 4D, 4C and 26. RGB value is (77,76,38). Sum of RGB (Red+Green+Blue) = 77+76+38=191 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.31% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4C26 is #B2B3D9. Grayscale: #484848. Windows color (decimal): -11711450 or 2509901. OLE color: 2509901.
HSL color Cylindrical-coordinate representation of color #4D4C26: hue angle of 58.46º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D4C26 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 76 | 38 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.70 |
| HSL | 58.46º | 0.34% | 0.23% | - |
| HSV(B) | 58.46º | 0.51% | 0.3% | - |
| XYZ | 5.99 | 6.89 | 2.85 | - |
| YUV | 71.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 76 | 38 | 0 | 0.01 | 0.51 | 0.70 | 58.46 | 0.34 | 0.23 |
| Hex | 4D | 4C | 26 | 0 | 1 | 33 | 46 | 3A | 22 | 17 |
| Octal | 115 | 114 | 46 | 0 | 1 | 63 | 106 | 72 | 42 | 27 |
| Binary | 1001101 | 1001100 | 100110 | 0 | 1 | 110011 | 1000110 | 111010 | 100010 | 10111 |
Color Harmonies of #4D4C26
Complementary color
Monochromatic Colors of #4D4C26
Black with #4D4C26
Text Example
Text Example
White with #4D4C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4C26; }
p { color: rgb(77,76,38); }
H1.HeaderClassName
{
color: #4D4C26;
}
.AnyTagClassName
{
color: #4D4C26;
}
</style>
background-color css
<style>
a { background-color: #4D4C26; }
a { background-color: rgb(77,76,38); }
div.DivClassName
{
background-color: #4D4C26;
}
.BgClassName
{
background-color: #4D4C26;
}
</style>
border-color css
<style>
span { border-color: #4D4C26; }
span { border-color: rgb(77,76,38); }
td.TdClassName
{
border-color: #4D4C26;
}
.TagClassName
{
border-color: #4D4C26;
}
</style>