Shades of Army green #4D5A21
Tints of Army green #4D5A21
RGB
CMYK
RGB Variations
Color information
#4D5A21 (or 0x4D5A21) is known color: Army green. HEX triplet: 4D, 5A and 21. RGB value is (77,90,33). Sum of RGB (Red+Green+Blue) = 77+90+33=200 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.5% from 200); Green value is 90 (35.55% from 255 or 45% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 90 - color contains mainly: green. Hex color #4D5A21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5A21 is #B2A5DE. Grayscale: #4F4F4F. Windows color (decimal): -11707871 or 2185805. OLE color: 2185805.
HSL color Cylindrical-coordinate representation of color #4D5A21: hue angle of 73.68º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D5A21 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 90 | 33 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.65 |
| HSL | 73.68º | 0.46% | 0.24% | - |
| HSV(B) | 73.68º | 0.63% | 0.35% | - |
| XYZ | 6.99 | 9 | 2.81 | - |
| YUV | 79.62 | 101.69 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 90 | 33 | 0.14 | 0 | 0.63 | 0.65 | 73.68 | 0.46 | 0.24 |
| Hex | 4D | 5A | 21 | E | 0 | 3F | 41 | 4A | 2E | 18 |
| Octal | 115 | 132 | 41 | 16 | 0 | 77 | 101 | 112 | 56 | 30 |
| Binary | 1001101 | 1011010 | 100001 | 1110 | 0 | 111111 | 1000001 | 1001010 | 101110 | 11000 |
Color Harmonies of #4D5A21
Complementary color
Monochromatic Colors of #4D5A21
Black with #4D5A21
Text Example
Text Example
White with #4D5A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5A21; }
p { color: rgb(77,90,33); }
H1.HeaderClassName
{
color: #4D5A21;
}
.AnyTagClassName
{
color: #4D5A21;
}
</style>
background-color css
<style>
a { background-color: #4D5A21; }
a { background-color: rgb(77,90,33); }
div.DivClassName
{
background-color: #4D5A21;
}
.BgClassName
{
background-color: #4D5A21;
}
</style>
border-color css
<style>
span { border-color: #4D5A21; }
span { border-color: rgb(77,90,33); }
td.TdClassName
{
border-color: #4D5A21;
}
.TagClassName
{
border-color: #4D5A21;
}
</style>