Shades of Army green #485225
Tints of Army green #485225
RGB
CMYK
RGB Variations
Color information
#485225 (or 0x485225) is known color: Army green. HEX triplet: 48, 52 and 25. RGB value is (72,82,37). Sum of RGB (Red+Green+Blue) = 72+82+37=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 82 - color contains mainly: green. Hex color #485225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485225 is #B7ADDA. Grayscale: #4A4A4A. Windows color (decimal): -12037595 or 2445896. OLE color: 2445896.
HSL color Cylindrical-coordinate representation of color #485225: hue angle of 73.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #485225 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 82 | 37 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.68 |
| HSL | 73.33º | 0.38% | 0.23% | - |
| HSV(B) | 73.33º | 0.55% | 0.32% | - |
| XYZ | 6.02 | 7.55 | 2.89 | - |
| YUV | 73.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 82 | 37 | 0.12 | 0 | 0.55 | 0.68 | 73.33 | 0.38 | 0.23 |
| Hex | 48 | 52 | 25 | C | 0 | 37 | 44 | 49 | 26 | 17 |
| Octal | 110 | 122 | 45 | 14 | 0 | 67 | 104 | 111 | 46 | 27 |
| Binary | 1001000 | 1010010 | 100101 | 1100 | 0 | 110111 | 1000100 | 1001001 | 100110 | 10111 |
Color Harmonies of #485225
Complementary color
Monochromatic Colors of #485225
Black with #485225
Text Example
Text Example
White with #485225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485225; }
p { color: rgb(72,82,37); }
H1.HeaderClassName
{
color: #485225;
}
.AnyTagClassName
{
color: #485225;
}
</style>
background-color css
<style>
a { background-color: #485225; }
a { background-color: rgb(72,82,37); }
div.DivClassName
{
background-color: #485225;
}
.BgClassName
{
background-color: #485225;
}
</style>
border-color css
<style>
span { border-color: #485225; }
span { border-color: rgb(72,82,37); }
td.TdClassName
{
border-color: #485225;
}
.TagClassName
{
border-color: #485225;
}
</style>