Shades of Army green #4D5A1F
Tints of Army green #4D5A1F
RGB
CMYK
RGB Variations
Color information
#4D5A1F (or 0x4D5A1F) is known color: Army green. HEX triplet: 4D, 5A and 1F. RGB value is (77,90,31). Sum of RGB (Red+Green+Blue) = 77+90+31=198 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.89% from 198); Green value is 90 (35.55% from 255 or 45.45% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 90 - color contains mainly: green. Hex color #4D5A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5A1F is #B2A5E0. Grayscale: #4F4F4F. Windows color (decimal): -11707873 or 2054733. OLE color: 2054733.
HSL color Cylindrical-coordinate representation of color #4D5A1F: hue angle of 73.22º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D5A1F is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 90 | 31 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.65 |
| HSL | 73.22º | 0.49% | 0.24% | - |
| HSV(B) | 73.22º | 0.66% | 0.35% | - |
| XYZ | 6.96 | 8.99 | 2.66 | - |
| YUV | 79.39 | 100.69 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 90 | 31 | 0.14 | 0 | 0.66 | 0.65 | 73.22 | 0.49 | 0.24 |
| Hex | 4D | 5A | 1F | E | 0 | 42 | 41 | 49 | 31 | 18 |
| Octal | 115 | 132 | 37 | 16 | 0 | 102 | 101 | 111 | 61 | 30 |
| Binary | 1001101 | 1011010 | 11111 | 1110 | 0 | 1000010 | 1000001 | 1001001 | 110001 | 11000 |
Color Harmonies of #4D5A1F
Complementary color
Monochromatic Colors of #4D5A1F
Black with #4D5A1F
Text Example
Text Example
White with #4D5A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5A1F; }
p { color: rgb(77,90,31); }
H1.HeaderClassName
{
color: #4D5A1F;
}
.AnyTagClassName
{
color: #4D5A1F;
}
</style>
background-color css
<style>
a { background-color: #4D5A1F; }
a { background-color: rgb(77,90,31); }
div.DivClassName
{
background-color: #4D5A1F;
}
.BgClassName
{
background-color: #4D5A1F;
}
</style>
border-color css
<style>
span { border-color: #4D5A1F; }
span { border-color: rgb(77,90,31); }
td.TdClassName
{
border-color: #4D5A1F;
}
.TagClassName
{
border-color: #4D5A1F;
}
</style>