Shades of Army green #454C21
Tints of Army green #454C21
RGB
CMYK
RGB Variations
Color information
#454C21 (or 0x454C21) is known color: Army green. HEX triplet: 45, 4C and 21. RGB value is (69,76,33). Sum of RGB (Red+Green+Blue) = 69+76+33=178 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.76% from 178); Green value is 76 (30.08% from 255 or 42.70% from 178); Blue value is 33 (13.28% from 255 or 18.54% from 178); Max value from RGB is 76 - color contains mainly: green. Hex color #454C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454C21 is #BAB3DE. Grayscale: #454545. Windows color (decimal): -12235743 or 2182213. OLE color: 2182213.
HSL color Cylindrical-coordinate representation of color #454C21: hue angle of 69.77º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #454C21 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 76 | 33 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.70 |
| HSL | 69.77º | 0.39% | 0.21% | - |
| HSV(B) | 69.77º | 0.57% | 0.3% | - |
| XYZ | 5.31 | 6.54 | 2.42 | - |
| YUV | 69.01 | 107.68 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 33 | 0.09 | 0 | 0.57 | 0.70 | 69.77 | 0.39 | 0.21 |
| Hex | 45 | 4C | 21 | 9 | 0 | 39 | 46 | 46 | 27 | 15 |
| Octal | 105 | 114 | 41 | 11 | 0 | 71 | 106 | 106 | 47 | 25 |
| Binary | 1000101 | 1001100 | 100001 | 1001 | 0 | 111001 | 1000110 | 1000110 | 100111 | 10101 |
Color Harmonies of #454C21
Complementary color
Monochromatic Colors of #454C21
Black with #454C21
Text Example
Text Example
White with #454C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454C21; }
p { color: rgb(69,76,33); }
H1.HeaderClassName
{
color: #454C21;
}
.AnyTagClassName
{
color: #454C21;
}
</style>
background-color css
<style>
a { background-color: #454C21; }
a { background-color: rgb(69,76,33); }
div.DivClassName
{
background-color: #454C21;
}
.BgClassName
{
background-color: #454C21;
}
</style>
border-color css
<style>
span { border-color: #454C21; }
span { border-color: rgb(69,76,33); }
td.TdClassName
{
border-color: #454C21;
}
.TagClassName
{
border-color: #454C21;
}
</style>