Shades of Camouflage #4D4A30
Tints of Camouflage #4D4A30
RGB
CMYK
RGB Variations
Color information
#4D4A30 (or 0x4D4A30) is known color: Camouflage. HEX triplet: 4D, 4A and 30. RGB value is (77,74,48). Sum of RGB (Red+Green+Blue) = 77+74+48=199 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.69% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4A30 is #B2B5CF. Grayscale: #484848. Windows color (decimal): -11711952 or 3164749. OLE color: 3164749.
HSL color Cylindrical-coordinate representation of color #4D4A30: hue angle of 53.79º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D4A30 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 74 | 48 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.70 |
| HSL | 53.79º | 0.23% | 0.25% | - |
| HSV(B) | 53.79º | 0.38% | 0.3% | - |
| XYZ | 6.04 | 6.69 | 3.77 | - |
| YUV | 71.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 74 | 48 | 0 | 0.04 | 0.38 | 0.70 | 53.79 | 0.23 | 0.25 |
| Hex | 4D | 4A | 30 | 0 | 4 | 26 | 46 | 36 | 17 | 19 |
| Octal | 115 | 112 | 60 | 0 | 4 | 46 | 106 | 66 | 27 | 31 |
| Binary | 1001101 | 1001010 | 110000 | 0 | 100 | 100110 | 1000110 | 110110 | 10111 | 11001 |
Color Harmonies of #4D4A30
Complementary color
Monochromatic Colors of #4D4A30
Black with #4D4A30
Text Example
Text Example
White with #4D4A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4A30; }
p { color: rgb(77,74,48); }
H1.HeaderClassName
{
color: #4D4A30;
}
.AnyTagClassName
{
color: #4D4A30;
}
</style>
background-color css
<style>
a { background-color: #4D4A30; }
a { background-color: rgb(77,74,48); }
div.DivClassName
{
background-color: #4D4A30;
}
.BgClassName
{
background-color: #4D4A30;
}
</style>
border-color css
<style>
span { border-color: #4D4A30; }
span { border-color: rgb(77,74,48); }
td.TdClassName
{
border-color: #4D4A30;
}
.TagClassName
{
border-color: #4D4A30;
}
</style>