Shades of Army green #4D4B1B
Tints of Army green #4D4B1B
RGB
CMYK
RGB Variations
Color information
#4D4B1B (or 0x4D4B1B) is known color: Army green. HEX triplet: 4D, 4B and 1B. RGB value is (77,75,27). Sum of RGB (Red+Green+Blue) = 77+75+27=179 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.02% from 179); Green value is 75 (29.69% from 255 or 41.90% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4B1B is #B2B4E4. Grayscale: #464646. Windows color (decimal): -11711717 or 1788749. OLE color: 1788749.
HSL color Cylindrical-coordinate representation of color #4D4B1B: hue angle of 57.6º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D4B1B is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 75 | 27 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.70 |
| HSL | 57.6º | 0.48% | 0.2% | - |
| HSV(B) | 57.6º | 0.65% | 0.3% | - |
| XYZ | 5.77 | 6.69 | 2.02 | - |
| YUV | 70.13 | 103.66 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 75 | 27 | 0 | 0.03 | 0.65 | 0.70 | 57.6 | 0.48 | 0.2 |
| Hex | 4D | 4B | 1B | 0 | 3 | 41 | 46 | 3A | 30 | 14 |
| Octal | 115 | 113 | 33 | 0 | 3 | 101 | 106 | 72 | 60 | 24 |
| Binary | 1001101 | 1001011 | 11011 | 0 | 11 | 1000001 | 1000110 | 111010 | 110000 | 10100 |
Color Harmonies of #4D4B1B
Complementary color
Monochromatic Colors of #4D4B1B
Black with #4D4B1B
Text Example
Text Example
White with #4D4B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4B1B; }
p { color: rgb(77,75,27); }
H1.HeaderClassName
{
color: #4D4B1B;
}
.AnyTagClassName
{
color: #4D4B1B;
}
</style>
background-color css
<style>
a { background-color: #4D4B1B; }
a { background-color: rgb(77,75,27); }
div.DivClassName
{
background-color: #4D4B1B;
}
.BgClassName
{
background-color: #4D4B1B;
}
</style>
border-color css
<style>
span { border-color: #4D4B1B; }
span { border-color: rgb(77,75,27); }
td.TdClassName
{
border-color: #4D4B1B;
}
.TagClassName
{
border-color: #4D4B1B;
}
</style>