Shades of Camouflage #4D4A25
Tints of Camouflage #4D4A25
RGB
CMYK
RGB Variations
Color information
#4D4A25 (or 0x4D4A25) is known color: Camouflage. HEX triplet: 4D, 4A and 25. RGB value is (77,74,37). Sum of RGB (Red+Green+Blue) = 77+74+37=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4A25 is #B2B5DA. Grayscale: #464646. Windows color (decimal): -11711963 or 2443853. OLE color: 2443853.
HSL color Cylindrical-coordinate representation of color #4D4A25: hue angle of 55.5º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D4A25 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 74 | 37 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.70 |
| HSL | 55.5º | 0.35% | 0.22% | - |
| HSV(B) | 55.5º | 0.52% | 0.3% | - |
| XYZ | 5.84 | 6.61 | 2.72 | - |
| YUV | 70.68 | 108.99 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 74 | 37 | 0 | 0.04 | 0.52 | 0.70 | 55.5 | 0.35 | 0.22 |
| Hex | 4D | 4A | 25 | 0 | 4 | 34 | 46 | 38 | 23 | 16 |
| Octal | 115 | 112 | 45 | 0 | 4 | 64 | 106 | 70 | 43 | 26 |
| Binary | 1001101 | 1001010 | 100101 | 0 | 100 | 110100 | 1000110 | 111000 | 100011 | 10110 |
Color Harmonies of #4D4A25
Complementary color
Monochromatic Colors of #4D4A25
Black with #4D4A25
Text Example
Text Example
White with #4D4A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4A25; }
p { color: rgb(77,74,37); }
H1.HeaderClassName
{
color: #4D4A25;
}
.AnyTagClassName
{
color: #4D4A25;
}
</style>
background-color css
<style>
a { background-color: #4D4A25; }
a { background-color: rgb(77,74,37); }
div.DivClassName
{
background-color: #4D4A25;
}
.BgClassName
{
background-color: #4D4A25;
}
</style>
border-color css
<style>
span { border-color: #4D4A25; }
span { border-color: rgb(77,74,37); }
td.TdClassName
{
border-color: #4D4A25;
}
.TagClassName
{
border-color: #4D4A25;
}
</style>