Shades of Army green #454920
Tints of Army green #454920
RGB
CMYK
RGB Variations
Color information
#454920 (or 0x454920) is known color: Army green. HEX triplet: 45, 49 and 20. RGB value is (69,73,32). Sum of RGB (Red+Green+Blue) = 69+73+32=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 73 - color contains mainly: green. Hex color #454920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454920 is #BAB6DF. Grayscale: #434343. Windows color (decimal): -12236512 or 2115909. OLE color: 2115909.
HSL color Cylindrical-coordinate representation of color #454920: hue angle of 65.85º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #454920 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 73 | 32 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.71 |
| HSL | 65.85º | 0.39% | 0.21% | - |
| HSV(B) | 65.85º | 0.56% | 0.29% | - |
| XYZ | 5.1 | 6.13 | 2.28 | - |
| YUV | 67.13 | 108.17 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 32 | 0.05 | 0 | 0.56 | 0.71 | 65.85 | 0.39 | 0.21 |
| Hex | 45 | 49 | 20 | 5 | 0 | 38 | 47 | 42 | 27 | 15 |
| Octal | 105 | 111 | 40 | 5 | 0 | 70 | 107 | 102 | 47 | 25 |
| Binary | 1000101 | 1001001 | 100000 | 101 | 0 | 111000 | 1000111 | 1000010 | 100111 | 10101 |
Color Harmonies of #454920
Complementary color
Monochromatic Colors of #454920
Black with #454920
Text Example
Text Example
White with #454920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454920; }
p { color: rgb(69,73,32); }
H1.HeaderClassName
{
color: #454920;
}
.AnyTagClassName
{
color: #454920;
}
</style>
background-color css
<style>
a { background-color: #454920; }
a { background-color: rgb(69,73,32); }
div.DivClassName
{
background-color: #454920;
}
.BgClassName
{
background-color: #454920;
}
</style>
border-color css
<style>
span { border-color: #454920; }
span { border-color: rgb(69,73,32); }
td.TdClassName
{
border-color: #454920;
}
.TagClassName
{
border-color: #454920;
}
</style>