Shades of Army green #485325
Tints of Army green #485325
RGB
CMYK
RGB Variations
Color information
#485325 (or 0x485325) is known color: Army green. HEX triplet: 48, 53 and 25. RGB value is (72,83,37). Sum of RGB (Red+Green+Blue) = 72+83+37=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 83 - color contains mainly: green. Hex color #485325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485325 is #B7ACDA. Grayscale: #4A4A4A. Windows color (decimal): -12037339 or 2446152. OLE color: 2446152.
HSL color Cylindrical-coordinate representation of color #485325: hue angle of 74.35º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #485325 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 83 | 37 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.67 |
| HSL | 74.35º | 0.38% | 0.24% | - |
| HSV(B) | 74.35º | 0.55% | 0.33% | - |
| XYZ | 6.1 | 7.7 | 2.91 | - |
| YUV | 74.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 83 | 37 | 0.13 | 0 | 0.55 | 0.67 | 74.35 | 0.38 | 0.24 |
| Hex | 48 | 53 | 25 | D | 0 | 37 | 43 | 4A | 26 | 18 |
| Octal | 110 | 123 | 45 | 15 | 0 | 67 | 103 | 112 | 46 | 30 |
| Binary | 1001000 | 1010011 | 100101 | 1101 | 0 | 110111 | 1000011 | 1001010 | 100110 | 11000 |
Color Harmonies of #485325
Complementary color
Monochromatic Colors of #485325
Black with #485325
Text Example
Text Example
White with #485325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485325; }
p { color: rgb(72,83,37); }
H1.HeaderClassName
{
color: #485325;
}
.AnyTagClassName
{
color: #485325;
}
</style>
background-color css
<style>
a { background-color: #485325; }
a { background-color: rgb(72,83,37); }
div.DivClassName
{
background-color: #485325;
}
.BgClassName
{
background-color: #485325;
}
</style>
border-color css
<style>
span { border-color: #485325; }
span { border-color: rgb(72,83,37); }
td.TdClassName
{
border-color: #485325;
}
.TagClassName
{
border-color: #485325;
}
</style>