Shades of Army green #4A502A
Tints of Army green #4A502A
RGB
CMYK
RGB Variations
Color information
#4A502A (or 0x4A502A) is known color: Army green. HEX triplet: 4A, 50 and 2A. RGB value is (74,80,42). Sum of RGB (Red+Green+Blue) = 74+80+42=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 80 - color contains mainly: green. Hex color #4A502A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A502A is #B5AFD5. Grayscale: #4A4A4A. Windows color (decimal): -11907030 or 2773066. OLE color: 2773066.
HSL color Cylindrical-coordinate representation of color #4A502A: hue angle of 69.47º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A502A is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 80 | 42 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.69 |
| HSL | 69.47º | 0.31% | 0.24% | - |
| HSV(B) | 69.47º | 0.48% | 0.31% | - |
| XYZ | 6.11 | 7.36 | 3.29 | - |
| YUV | 73.87 | 110.01 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 80 | 42 | 0.08 | 0 | 0.48 | 0.69 | 69.47 | 0.31 | 0.24 |
| Hex | 4A | 50 | 2A | 8 | 0 | 30 | 45 | 45 | 1F | 18 |
| Octal | 112 | 120 | 52 | 10 | 0 | 60 | 105 | 105 | 37 | 30 |
| Binary | 1001010 | 1010000 | 101010 | 1000 | 0 | 110000 | 1000101 | 1000101 | 11111 | 11000 |
Color Harmonies of #4A502A
Complementary color
Monochromatic Colors of #4A502A
Black with #4A502A
Text Example
Text Example
White with #4A502A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A502A; }
p { color: rgb(74,80,42); }
H1.HeaderClassName
{
color: #4A502A;
}
.AnyTagClassName
{
color: #4A502A;
}
</style>
background-color css
<style>
a { background-color: #4A502A; }
a { background-color: rgb(74,80,42); }
div.DivClassName
{
background-color: #4A502A;
}
.BgClassName
{
background-color: #4A502A;
}
</style>
border-color css
<style>
span { border-color: #4A502A; }
span { border-color: rgb(74,80,42); }
td.TdClassName
{
border-color: #4A502A;
}
.TagClassName
{
border-color: #4A502A;
}
</style>