Shades of Camouflage #4D4D35
Tints of Camouflage #4D4D35
RGB
CMYK
RGB Variations
Color information
#4D4D35 (or 0x4D4D35) is known color: Camouflage. HEX triplet: 4D, 4D and 35. RGB value is (77,77,53). Sum of RGB (Red+Green+Blue) = 77+77+53=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 77 - color contains mainly: red, green. Hex color #4D4D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4D35 is #B2B2CA. Grayscale: #4A4A4A. Windows color (decimal): -11711179 or 3493197. OLE color: 3493197.
HSL color Cylindrical-coordinate representation of color #4D4D35: hue angle of 60º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D4D35 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 77 | 53 | - |
| CMYK | 0 | 0 | 0.31 | 0.70 |
| HSL | 60º | 0.18% | 0.25% | - |
| HSV(B) | 60º | 0.31% | 0.3% | - |
| XYZ | 6.36 | 7.14 | 4.41 | - |
| YUV | 74.26 | 116 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 77 | 53 | 0 | 0 | 0.31 | 0.70 | 60 | 0.18 | 0.25 |
| Hex | 4D | 4D | 35 | 0 | 0 | 1F | 46 | 3C | 12 | 19 |
| Octal | 115 | 115 | 65 | 0 | 0 | 37 | 106 | 74 | 22 | 31 |
| Binary | 1001101 | 1001101 | 110101 | 0 | 0 | 11111 | 1000110 | 111100 | 10010 | 11001 |
Color Harmonies of #4D4D35
Complementary color
Monochromatic Colors of #4D4D35
Black with #4D4D35
Text Example
Text Example
White with #4D4D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4D35; }
p { color: rgb(77,77,53); }
H1.HeaderClassName
{
color: #4D4D35;
}
.AnyTagClassName
{
color: #4D4D35;
}
</style>
background-color css
<style>
a { background-color: #4D4D35; }
a { background-color: rgb(77,77,53); }
div.DivClassName
{
background-color: #4D4D35;
}
.BgClassName
{
background-color: #4D4D35;
}
</style>
border-color css
<style>
span { border-color: #4D4D35; }
span { border-color: rgb(77,77,53); }
td.TdClassName
{
border-color: #4D4D35;
}
.TagClassName
{
border-color: #4D4D35;
}
</style>