Shades of Camouflage #4D4D3D
Tints of Camouflage #4D4D3D
RGB
CMYK
RGB Variations
Color information
#4D4D3D (or 0x4D4D3D) is known color: Camouflage. HEX triplet: 4D, 4D and 3D. RGB value is (77,77,61). Sum of RGB (Red+Green+Blue) = 77+77+61=215 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.81% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 77 - color contains mainly: red, green. Hex color #4D4D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4D3D is #B2B2C2. Grayscale: #4B4B4B. Windows color (decimal): -11711171 or 4017485. OLE color: 4017485.
HSL color Cylindrical-coordinate representation of color #4D4D3D: hue angle of 60º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4D4D3D is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
RGB | 77 | 77 | 61 | - |
CMYK | 0 | 0 | 0.21 | 0.70 |
HSL | 60º | 0.12% | 0.27% | - |
HSV(B) | 60º | 0.21% | 0.3% | - |
XYZ | 6.56 | 7.22 | 5.46 | - |
YUV | 75.18 | 120 | 129.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 77 | 61 | 0 | 0 | 0.21 | 0.70 | 60 | 0.12 | 0.27 |
Hex | 4D | 4D | 3D | 0 | 0 | 15 | 46 | 3C | C | 1B |
Octal | 115 | 115 | 75 | 0 | 0 | 25 | 106 | 74 | 14 | 33 |
Binary | 1001101 | 1001101 | 111101 | 0 | 0 | 10101 | 1000110 | 111100 | 1100 | 11011 |
Color Harmonies of #4D4D3D
Complementary color
Monochromatic Colors of #4D4D3D
Black with #4D4D3D
Text Example
Text Example
White with #4D4D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4D3D; }
p { color: rgb(77,77,61); }
H1.HeaderClassName
{
color: #4D4D3D;
}
.AnyTagClassName
{
color: #4D4D3D;
}
</style>
background-color css
<style>
a { background-color: #4D4D3D; }
a { background-color: rgb(77,77,61); }
div.DivClassName
{
background-color: #4D4D3D;
}
.BgClassName
{
background-color: #4D4D3D;
}
</style>
border-color css
<style>
span { border-color: #4D4D3D; }
span { border-color: rgb(77,77,61); }
td.TdClassName
{
border-color: #4D4D3D;
}
.TagClassName
{
border-color: #4D4D3D;
}
</style>