Shades of Army green #4A551E
Tints of Army green #4A551E
RGB
CMYK
RGB Variations
Color information
#4A551E (or 0x4A551E) is known color: Army green. HEX triplet: 4A, 55 and 1E. RGB value is (74,85,30). Sum of RGB (Red+Green+Blue) = 74+85+30=189 (25% of max value = 765). Red value is 74 (29.30% from 255 or 39.15% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #4A551E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A551E is #B5AAE1. Grayscale: #4B4B4B. Windows color (decimal): -11905762 or 1987914. OLE color: 1987914.
HSL color Cylindrical-coordinate representation of color #4A551E: hue angle of 72º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A551E is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 85 | 30 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.67 |
| HSL | 72º | 0.48% | 0.23% | - |
| HSV(B) | 72º | 0.65% | 0.33% | - |
| XYZ | 6.31 | 8.05 | 2.45 | - |
| YUV | 75.44 | 102.36 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 85 | 30 | 0.13 | 0 | 0.65 | 0.67 | 72 | 0.48 | 0.23 |
| Hex | 4A | 55 | 1E | D | 0 | 41 | 43 | 48 | 30 | 17 |
| Octal | 112 | 125 | 36 | 15 | 0 | 101 | 103 | 110 | 60 | 27 |
| Binary | 1001010 | 1010101 | 11110 | 1101 | 0 | 1000001 | 1000011 | 1001000 | 110000 | 10111 |
Color Harmonies of #4A551E
Complementary color
Monochromatic Colors of #4A551E
Black with #4A551E
Text Example
Text Example
White with #4A551E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A551E; }
p { color: rgb(74,85,30); }
H1.HeaderClassName
{
color: #4A551E;
}
.AnyTagClassName
{
color: #4A551E;
}
</style>
background-color css
<style>
a { background-color: #4A551E; }
a { background-color: rgb(74,85,30); }
div.DivClassName
{
background-color: #4A551E;
}
.BgClassName
{
background-color: #4A551E;
}
</style>
border-color css
<style>
span { border-color: #4A551E; }
span { border-color: rgb(74,85,30); }
td.TdClassName
{
border-color: #4A551E;
}
.TagClassName
{
border-color: #4A551E;
}
</style>