Shades of Army green #454621
Tints of Army green #454621
RGB
CMYK
RGB Variations
Color information
#454621 (or 0x454621) is known color: Army green. HEX triplet: 45, 46 and 21. RGB value is (69,70,33). Sum of RGB (Red+Green+Blue) = 69+70+33=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 33 (13.28% from 255 or 19.19% from 172); Max value from RGB is 70 - color contains mainly: green. Hex color #454621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454621 is #BAB9DE. Grayscale: #414141. Windows color (decimal): -12237279 or 2180677. OLE color: 2180677.
HSL color Cylindrical-coordinate representation of color #454621: hue angle of 61.62º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #454621 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 70 | 33 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.73 |
| HSL | 61.62º | 0.36% | 0.2% | - |
| HSV(B) | 61.62º | 0.53% | 0.27% | - |
| XYZ | 4.92 | 5.76 | 2.29 | - |
| YUV | 65.48 | 109.67 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 70 | 33 | 0.01 | 0 | 0.53 | 0.73 | 61.62 | 0.36 | 0.2 |
| Hex | 45 | 46 | 21 | 1 | 0 | 35 | 49 | 3E | 24 | 14 |
| Octal | 105 | 106 | 41 | 1 | 0 | 65 | 111 | 76 | 44 | 24 |
| Binary | 1000101 | 1000110 | 100001 | 1 | 0 | 110101 | 1001001 | 111110 | 100100 | 10100 |
Color Harmonies of #454621
Complementary color
Monochromatic Colors of #454621
Black with #454621
Text Example
Text Example
White with #454621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454621; }
p { color: rgb(69,70,33); }
H1.HeaderClassName
{
color: #454621;
}
.AnyTagClassName
{
color: #454621;
}
</style>
background-color css
<style>
a { background-color: #454621; }
a { background-color: rgb(69,70,33); }
div.DivClassName
{
background-color: #454621;
}
.BgClassName
{
background-color: #454621;
}
</style>
border-color css
<style>
span { border-color: #454621; }
span { border-color: rgb(69,70,33); }
td.TdClassName
{
border-color: #454621;
}
.TagClassName
{
border-color: #454621;
}
</style>