Shades of Army green #4D521F
Tints of Army green #4D521F
RGB
CMYK
RGB Variations
Color information
#4D521F (or 0x4D521F) is known color: Army green. HEX triplet: 4D, 52 and 1F. RGB value is (77,82,31). Sum of RGB (Red+Green+Blue) = 77+82+31=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 82 - color contains mainly: green. Hex color #4D521F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D521F is #B2ADE0. Grayscale: #4A4A4A. Windows color (decimal): -11709921 or 2052685. OLE color: 2052685.
HSL color Cylindrical-coordinate representation of color #4D521F: hue angle of 65.88º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D521F is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 82 | 31 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.68 |
| HSL | 65.88º | 0.45% | 0.22% | - |
| HSV(B) | 65.88º | 0.62% | 0.32% | - |
| XYZ | 6.33 | 7.71 | 2.45 | - |
| YUV | 74.69 | 103.34 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 82 | 31 | 0.06 | 0 | 0.62 | 0.68 | 65.88 | 0.45 | 0.22 |
| Hex | 4D | 52 | 1F | 6 | 0 | 3E | 44 | 42 | 2D | 16 |
| Octal | 115 | 122 | 37 | 6 | 0 | 76 | 104 | 102 | 55 | 26 |
| Binary | 1001101 | 1010010 | 11111 | 110 | 0 | 111110 | 1000100 | 1000010 | 101101 | 10110 |
Color Harmonies of #4D521F
Complementary color
Monochromatic Colors of #4D521F
Black with #4D521F
Text Example
Text Example
White with #4D521F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D521F; }
p { color: rgb(77,82,31); }
H1.HeaderClassName
{
color: #4D521F;
}
.AnyTagClassName
{
color: #4D521F;
}
</style>
background-color css
<style>
a { background-color: #4D521F; }
a { background-color: rgb(77,82,31); }
div.DivClassName
{
background-color: #4D521F;
}
.BgClassName
{
background-color: #4D521F;
}
</style>
border-color css
<style>
span { border-color: #4D521F; }
span { border-color: rgb(77,82,31); }
td.TdClassName
{
border-color: #4D521F;
}
.TagClassName
{
border-color: #4D521F;
}
</style>