Shades of Army green #485121
Tints of Army green #485121
RGB
CMYK
RGB Variations
Color information
#485121 (or 0x485121) is known color: Army green. HEX triplet: 48, 51 and 21. RGB value is (72,81,33). Sum of RGB (Red+Green+Blue) = 72+81+33=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 81 - color contains mainly: green. Hex color #485121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485121 is #B7AEDE. Grayscale: #494949. Windows color (decimal): -12037855 or 2183496. OLE color: 2183496.
HSL color Cylindrical-coordinate representation of color #485121: hue angle of 71.25º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #485121 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 81 | 33 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.68 |
| HSL | 71.25º | 0.42% | 0.22% | - |
| HSV(B) | 71.25º | 0.59% | 0.32% | - |
| XYZ | 5.89 | 7.37 | 2.55 | - |
| YUV | 72.84 | 105.52 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 33 | 0.11 | 0 | 0.59 | 0.68 | 71.25 | 0.42 | 0.22 |
| Hex | 48 | 51 | 21 | B | 0 | 3B | 44 | 47 | 2A | 16 |
| Octal | 110 | 121 | 41 | 13 | 0 | 73 | 104 | 107 | 52 | 26 |
| Binary | 1001000 | 1010001 | 100001 | 1011 | 0 | 111011 | 1000100 | 1000111 | 101010 | 10110 |
Color Harmonies of #485121
Complementary color
Monochromatic Colors of #485121
Black with #485121
Text Example
Text Example
White with #485121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485121; }
p { color: rgb(72,81,33); }
H1.HeaderClassName
{
color: #485121;
}
.AnyTagClassName
{
color: #485121;
}
</style>
background-color css
<style>
a { background-color: #485121; }
a { background-color: rgb(72,81,33); }
div.DivClassName
{
background-color: #485121;
}
.BgClassName
{
background-color: #485121;
}
</style>
border-color css
<style>
span { border-color: #485121; }
span { border-color: rgb(72,81,33); }
td.TdClassName
{
border-color: #485121;
}
.TagClassName
{
border-color: #485121;
}
</style>