Shades of Army green #4A501A
Tints of Army green #4A501A
RGB
CMYK
RGB Variations
Color information
#4A501A (or 0x4A501A) is known color: Army green. HEX triplet: 4A, 50 and 1A. RGB value is (74,80,26). Sum of RGB (Red+Green+Blue) = 74+80+26=180 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.11% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 80 - color contains mainly: green. Hex color #4A501A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A501A is #B5AFE5. Grayscale: #484848. Windows color (decimal): -11907046 or 1724490. OLE color: 1724490.
HSL color Cylindrical-coordinate representation of color #4A501A: hue angle of 66.67º 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 #4A501A is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 80 | 26 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.69 |
| HSL | 66.67º | 0.51% | 0.21% | - |
| HSV(B) | 66.67º | 0.68% | 0.31% | - |
| XYZ | 5.88 | 7.27 | 2.07 | - |
| YUV | 72.05 | 102.01 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 80 | 26 | 0.08 | 0 | 0.67 | 0.69 | 66.67 | 0.51 | 0.21 |
| Hex | 4A | 50 | 1A | 8 | 0 | 43 | 45 | 43 | 33 | 15 |
| Octal | 112 | 120 | 32 | 10 | 0 | 103 | 105 | 103 | 63 | 25 |
| Binary | 1001010 | 1010000 | 11010 | 1000 | 0 | 1000011 | 1000101 | 1000011 | 110011 | 10101 |
Color Harmonies of #4A501A
Complementary color
Monochromatic Colors of #4A501A
Black with #4A501A
Text Example
Text Example
White with #4A501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A501A; }
p { color: rgb(74,80,26); }
H1.HeaderClassName
{
color: #4A501A;
}
.AnyTagClassName
{
color: #4A501A;
}
</style>
background-color css
<style>
a { background-color: #4A501A; }
a { background-color: rgb(74,80,26); }
div.DivClassName
{
background-color: #4A501A;
}
.BgClassName
{
background-color: #4A501A;
}
</style>
border-color css
<style>
span { border-color: #4A501A; }
span { border-color: rgb(74,80,26); }
td.TdClassName
{
border-color: #4A501A;
}
.TagClassName
{
border-color: #4A501A;
}
</style>