Shades of Army green #4A5028
Tints of Army green #4A5028
RGB
CMYK
RGB Variations
Color information
#4A5028 (or 0x4A5028) is known color: Army green. HEX triplet: 4A, 50 and 28. RGB value is (74,80,40). Sum of RGB (Red+Green+Blue) = 74+80+40=194 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.14% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 80 - color contains mainly: green. Hex color #4A5028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5028 is #B5AFD7. Grayscale: #494949. Windows color (decimal): -11907032 or 2641994. OLE color: 2641994.
HSL color Cylindrical-coordinate representation of color #4A5028: hue angle of 69º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A5028 is Cyan = 0.08, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 80 | 40 | - |
| CMYK | 0.08 | 0 | 0.5 | 0.69 |
| HSL | 69º | 0.33% | 0.24% | - |
| HSV(B) | 69º | 0.5% | 0.31% | - |
| XYZ | 6.08 | 7.35 | 3.11 | - |
| YUV | 73.65 | 109.01 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 80 | 40 | 0.08 | 0 | 0.5 | 0.69 | 69 | 0.33 | 0.24 |
| Hex | 4A | 50 | 28 | 8 | 0 | 32 | 45 | 45 | 21 | 18 |
| Octal | 112 | 120 | 50 | 10 | 0 | 62 | 105 | 105 | 41 | 30 |
| Binary | 1001010 | 1010000 | 101000 | 1000 | 0 | 110010 | 1000101 | 1000101 | 100001 | 11000 |
Color Harmonies of #4A5028
Complementary color
Monochromatic Colors of #4A5028
Black with #4A5028
Text Example
Text Example
White with #4A5028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5028; }
p { color: rgb(74,80,40); }
H1.HeaderClassName
{
color: #4A5028;
}
.AnyTagClassName
{
color: #4A5028;
}
</style>
background-color css
<style>
a { background-color: #4A5028; }
a { background-color: rgb(74,80,40); }
div.DivClassName
{
background-color: #4A5028;
}
.BgClassName
{
background-color: #4A5028;
}
</style>
border-color css
<style>
span { border-color: #4A5028; }
span { border-color: rgb(74,80,40); }
td.TdClassName
{
border-color: #4A5028;
}
.TagClassName
{
border-color: #4A5028;
}
</style>