Shades of Army green #485024
Tints of Army green #485024
RGB
CMYK
RGB Variations
Color information
#485024 (or 0x485024) is known color: Army green. HEX triplet: 48, 50 and 24. RGB value is (72,80,36). Sum of RGB (Red+Green+Blue) = 72+80+36=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 80 - color contains mainly: green. Hex color #485024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485024 is #B7AFDB. Grayscale: #484848. Windows color (decimal): -12038108 or 2379848. OLE color: 2379848.
HSL color Cylindrical-coordinate representation of color #485024: hue angle of 70.91º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #485024 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 80 | 36 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.69 |
| HSL | 70.91º | 0.38% | 0.23% | - |
| HSV(B) | 70.91º | 0.55% | 0.31% | - |
| XYZ | 5.86 | 7.24 | 2.76 | - |
| YUV | 72.59 | 107.35 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 80 | 36 | 0.10 | 0 | 0.55 | 0.69 | 70.91 | 0.38 | 0.23 |
| Hex | 48 | 50 | 24 | A | 0 | 37 | 45 | 47 | 26 | 17 |
| Octal | 110 | 120 | 44 | 12 | 0 | 67 | 105 | 107 | 46 | 27 |
| Binary | 1001000 | 1010000 | 100100 | 1010 | 0 | 110111 | 1000101 | 1000111 | 100110 | 10111 |
Color Harmonies of #485024
Complementary color
Monochromatic Colors of #485024
Black with #485024
Text Example
Text Example
White with #485024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485024; }
p { color: rgb(72,80,36); }
H1.HeaderClassName
{
color: #485024;
}
.AnyTagClassName
{
color: #485024;
}
</style>
background-color css
<style>
a { background-color: #485024; }
a { background-color: rgb(72,80,36); }
div.DivClassName
{
background-color: #485024;
}
.BgClassName
{
background-color: #485024;
}
</style>
border-color css
<style>
span { border-color: #485024; }
span { border-color: rgb(72,80,36); }
td.TdClassName
{
border-color: #485024;
}
.TagClassName
{
border-color: #485024;
}
</style>