Shades of Army green #4A511F
Tints of Army green #4A511F
RGB
CMYK
RGB Variations
Color information
#4A511F (or 0x4A511F) is known color: Army green. HEX triplet: 4A, 51 and 1F. RGB value is (74,81,31). Sum of RGB (Red+Green+Blue) = 74+81+31=186 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.78% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 81 - color contains mainly: green. Hex color #4A511F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A511F is #B5AEE0. Grayscale: #494949. Windows color (decimal): -11906785 or 2052426. OLE color: 2052426.
HSL color Cylindrical-coordinate representation of color #4A511F: hue angle of 68.4º 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 #4A511F is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 74 | 81 | 31 | - |
| CMYK | 0.09 | 0 | 0.62 | 0.68 |
| HSL | 68.4º | 0.45% | 0.22% | - |
| HSV(B) | 68.4º | 0.62% | 0.32% | - |
| XYZ | 6.01 | 7.44 | 2.42 | - |
| YUV | 73.21 | 104.18 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 81 | 31 | 0.09 | 0 | 0.62 | 0.68 | 68.4 | 0.45 | 0.22 |
| Hex | 4A | 51 | 1F | 9 | 0 | 3E | 44 | 44 | 2D | 16 |
| Octal | 112 | 121 | 37 | 11 | 0 | 76 | 104 | 104 | 55 | 26 |
| Binary | 1001010 | 1010001 | 11111 | 1001 | 0 | 111110 | 1000100 | 1000100 | 101101 | 10110 |
Color Harmonies of #4A511F
Complementary color
Monochromatic Colors of #4A511F
Black with #4A511F
Text Example
Text Example
White with #4A511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A511F; }
p { color: rgb(74,81,31); }
H1.HeaderClassName
{
color: #4A511F;
}
.AnyTagClassName
{
color: #4A511F;
}
</style>
background-color css
<style>
a { background-color: #4A511F; }
a { background-color: rgb(74,81,31); }
div.DivClassName
{
background-color: #4A511F;
}
.BgClassName
{
background-color: #4A511F;
}
</style>
border-color css
<style>
span { border-color: #4A511F; }
span { border-color: rgb(74,81,31); }
td.TdClassName
{
border-color: #4A511F;
}
.TagClassName
{
border-color: #4A511F;
}
</style>