Shades of Army green #454721
Tints of Army green #454721
RGB
CMYK
RGB Variations
Color information
#454721 (or 0x454721) is known color: Army green. HEX triplet: 45, 47 and 21. RGB value is (69,71,33). Sum of RGB (Red+Green+Blue) = 69+71+33=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 71 - color contains mainly: green. Hex color #454721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454721 is #BAB8DE. Grayscale: #424242. Windows color (decimal): -12237023 or 2180933. OLE color: 2180933.
HSL color Cylindrical-coordinate representation of color #454721: hue angle of 63.16º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #454721 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 71 | 33 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.72 |
| HSL | 63.16º | 0.37% | 0.2% | - |
| HSV(B) | 63.16º | 0.54% | 0.28% | - |
| XYZ | 4.98 | 5.88 | 2.31 | - |
| YUV | 66.07 | 109.34 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 71 | 33 | 0.03 | 0 | 0.54 | 0.72 | 63.16 | 0.37 | 0.2 |
| Hex | 45 | 47 | 21 | 3 | 0 | 36 | 48 | 3F | 25 | 14 |
| Octal | 105 | 107 | 41 | 3 | 0 | 66 | 110 | 77 | 45 | 24 |
| Binary | 1000101 | 1000111 | 100001 | 11 | 0 | 110110 | 1001000 | 111111 | 100101 | 10100 |
Color Harmonies of #454721
Complementary color
Monochromatic Colors of #454721
Black with #454721
Text Example
Text Example
White with #454721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454721; }
p { color: rgb(69,71,33); }
H1.HeaderClassName
{
color: #454721;
}
.AnyTagClassName
{
color: #454721;
}
</style>
background-color css
<style>
a { background-color: #454721; }
a { background-color: rgb(69,71,33); }
div.DivClassName
{
background-color: #454721;
}
.BgClassName
{
background-color: #454721;
}
</style>
border-color css
<style>
span { border-color: #454721; }
span { border-color: rgb(69,71,33); }
td.TdClassName
{
border-color: #454721;
}
.TagClassName
{
border-color: #454721;
}
</style>