Shades of Camouflage #4D4C2F
Tints of Camouflage #4D4C2F
RGB
CMYK
RGB Variations
Color information
#4D4C2F (or 0x4D4C2F) is known color: Camouflage. HEX triplet: 4D, 4C and 2F. RGB value is (77,76,47). Sum of RGB (Red+Green+Blue) = 77+76+47=200 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.5% from 200); Green value is 76 (30.08% from 255 or 38% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4C2F is #B2B3D0. Grayscale: #494949. Windows color (decimal): -11711441 or 3099725. OLE color: 3099725.
HSL color Cylindrical-coordinate representation of color #4D4C2F: hue angle of 58º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D4C2F is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 76 | 47 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.70 |
| HSL | 58º | 0.24% | 0.24% | - |
| HSV(B) | 58º | 0.39% | 0.3% | - |
| XYZ | 6.16 | 6.95 | 3.71 | - |
| YUV | 72.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 76 | 47 | 0 | 0.01 | 0.39 | 0.70 | 58 | 0.24 | 0.24 |
| Hex | 4D | 4C | 2F | 0 | 1 | 27 | 46 | 3A | 18 | 18 |
| Octal | 115 | 114 | 57 | 0 | 1 | 47 | 106 | 72 | 30 | 30 |
| Binary | 1001101 | 1001100 | 101111 | 0 | 1 | 100111 | 1000110 | 111010 | 11000 | 11000 |
Color Harmonies of #4D4C2F
Complementary color
Monochromatic Colors of #4D4C2F
Black with #4D4C2F
Text Example
Text Example
White with #4D4C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4C2F; }
p { color: rgb(77,76,47); }
H1.HeaderClassName
{
color: #4D4C2F;
}
.AnyTagClassName
{
color: #4D4C2F;
}
</style>
background-color css
<style>
a { background-color: #4D4C2F; }
a { background-color: rgb(77,76,47); }
div.DivClassName
{
background-color: #4D4C2F;
}
.BgClassName
{
background-color: #4D4C2F;
}
</style>
border-color css
<style>
span { border-color: #4D4C2F; }
span { border-color: rgb(77,76,47); }
td.TdClassName
{
border-color: #4D4C2F;
}
.TagClassName
{
border-color: #4D4C2F;
}
</style>