Shades of Camouflage #4D4C36
Tints of Camouflage #4D4C36
RGB
CMYK
RGB Variations
Color information
#4D4C36 (or 0x4D4C36) is known color: Camouflage. HEX triplet: 4D, 4C and 36. RGB value is (77,76,54). Sum of RGB (Red+Green+Blue) = 77+76+54=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4C36 is #B2B3C9. Grayscale: #494949. Windows color (decimal): -11711434 or 3558477. OLE color: 3558477.
HSL color Cylindrical-coordinate representation of color #4D4C36: hue angle of 57.39º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4D4C36 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 76 | 54 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.70 |
| HSL | 57.39º | 0.18% | 0.26% | - |
| HSV(B) | 57.39º | 0.3% | 0.3% | - |
| XYZ | 6.31 | 7.01 | 4.51 | - |
| YUV | 73.79 | 116.83 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 76 | 54 | 0 | 0.01 | 0.30 | 0.70 | 57.39 | 0.18 | 0.26 |
| Hex | 4D | 4C | 36 | 0 | 1 | 1E | 46 | 39 | 12 | 1A |
| Octal | 115 | 114 | 66 | 0 | 1 | 36 | 106 | 71 | 22 | 32 |
| Binary | 1001101 | 1001100 | 110110 | 0 | 1 | 11110 | 1000110 | 111001 | 10010 | 11010 |
Color Harmonies of #4D4C36
Complementary color
Monochromatic Colors of #4D4C36
Black with #4D4C36
Text Example
Text Example
White with #4D4C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4C36; }
p { color: rgb(77,76,54); }
H1.HeaderClassName
{
color: #4D4C36;
}
.AnyTagClassName
{
color: #4D4C36;
}
</style>
background-color css
<style>
a { background-color: #4D4C36; }
a { background-color: rgb(77,76,54); }
div.DivClassName
{
background-color: #4D4C36;
}
.BgClassName
{
background-color: #4D4C36;
}
</style>
border-color css
<style>
span { border-color: #4D4C36; }
span { border-color: rgb(77,76,54); }
td.TdClassName
{
border-color: #4D4C36;
}
.TagClassName
{
border-color: #4D4C36;
}
</style>