Shades of Army green #4D501A
Tints of Army green #4D501A
RGB
CMYK
RGB Variations
Color information
#4D501A (or 0x4D501A) is known color: Army green. HEX triplet: 4D, 50 and 1A. RGB value is (77,80,26). Sum of RGB (Red+Green+Blue) = 77+80+26=183 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.08% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 80 - color contains mainly: green. Hex color #4D501A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D501A is #B2AFE5. Grayscale: #494949. Windows color (decimal): -11710438 or 1724493. OLE color: 1724493.
HSL color Cylindrical-coordinate representation of color #4D501A: hue angle of 63.33º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D501A is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 80 | 26 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.69 |
| HSL | 63.33º | 0.51% | 0.21% | - |
| HSV(B) | 63.33º | 0.68% | 0.31% | - |
| XYZ | 6.12 | 7.39 | 2.08 | - |
| YUV | 72.95 | 101.51 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 80 | 26 | 0.04 | 0 | 0.67 | 0.69 | 63.33 | 0.51 | 0.21 |
| Hex | 4D | 50 | 1A | 4 | 0 | 43 | 45 | 3F | 33 | 15 |
| Octal | 115 | 120 | 32 | 4 | 0 | 103 | 105 | 77 | 63 | 25 |
| Binary | 1001101 | 1010000 | 11010 | 100 | 0 | 1000011 | 1000101 | 111111 | 110011 | 10101 |
Color Harmonies of #4D501A
Complementary color
Monochromatic Colors of #4D501A
Black with #4D501A
Text Example
Text Example
White with #4D501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D501A; }
p { color: rgb(77,80,26); }
H1.HeaderClassName
{
color: #4D501A;
}
.AnyTagClassName
{
color: #4D501A;
}
</style>
background-color css
<style>
a { background-color: #4D501A; }
a { background-color: rgb(77,80,26); }
div.DivClassName
{
background-color: #4D501A;
}
.BgClassName
{
background-color: #4D501A;
}
</style>
border-color css
<style>
span { border-color: #4D501A; }
span { border-color: rgb(77,80,26); }
td.TdClassName
{
border-color: #4D501A;
}
.TagClassName
{
border-color: #4D501A;
}
</style>