Shades of Army green #4A511B
Tints of Army green #4A511B
RGB
CMYK
RGB Variations
Color information
#4A511B (or 0x4A511B) is known color: Army green. HEX triplet: 4A, 51 and 1B. RGB value is (74,81,27). Sum of RGB (Red+Green+Blue) = 74+81+27=182 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.66% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 81 - color contains mainly: green. Hex color #4A511B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A511B is #B5AEE4. Grayscale: #484848. Windows color (decimal): -11906789 or 1790282. OLE color: 1790282.
HSL color Cylindrical-coordinate representation of color #4A511B: hue angle of 67.78º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A511B is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 74 | 81 | 27 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.68 |
| HSL | 67.78º | 0.5% | 0.21% | - |
| HSV(B) | 67.78º | 0.67% | 0.32% | - |
| XYZ | 5.96 | 7.42 | 2.15 | - |
| YUV | 72.75 | 102.18 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 81 | 27 | 0.09 | 0 | 0.67 | 0.68 | 67.78 | 0.5 | 0.21 |
| Hex | 4A | 51 | 1B | 9 | 0 | 43 | 44 | 44 | 32 | 15 |
| Octal | 112 | 121 | 33 | 11 | 0 | 103 | 104 | 104 | 62 | 25 |
| Binary | 1001010 | 1010001 | 11011 | 1001 | 0 | 1000011 | 1000100 | 1000100 | 110010 | 10101 |
Color Harmonies of #4A511B
Complementary color
Monochromatic Colors of #4A511B
Black with #4A511B
Text Example
Text Example
White with #4A511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A511B; }
p { color: rgb(74,81,27); }
H1.HeaderClassName
{
color: #4A511B;
}
.AnyTagClassName
{
color: #4A511B;
}
</style>
background-color css
<style>
a { background-color: #4A511B; }
a { background-color: rgb(74,81,27); }
div.DivClassName
{
background-color: #4A511B;
}
.BgClassName
{
background-color: #4A511B;
}
</style>
border-color css
<style>
span { border-color: #4A511B; }
span { border-color: rgb(74,81,27); }
td.TdClassName
{
border-color: #4A511B;
}
.TagClassName
{
border-color: #4A511B;
}
</style>