Shades of Army green #454C22
Tints of Army green #454C22
RGB
CMYK
RGB Variations
Color information
#454C22 (or 0x454C22) is known color: Army green. HEX triplet: 45, 4C and 22. RGB value is (69,76,34). Sum of RGB (Red+Green+Blue) = 69+76+34=179 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.55% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 34 (13.67% from 255 or 18.99% from 179); Max value from RGB is 76 - color contains mainly: green. Hex color #454C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454C22 is #BAB3DD. Grayscale: #454545. Windows color (decimal): -12235742 or 2247749. OLE color: 2247749.
HSL color Cylindrical-coordinate representation of color #454C22: hue angle of 70º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #454C22 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 76 | 34 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.70 |
| HSL | 70º | 0.38% | 0.22% | - |
| HSV(B) | 70º | 0.55% | 0.3% | - |
| XYZ | 5.33 | 6.55 | 2.5 | - |
| YUV | 69.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 34 | 0.09 | 0 | 0.55 | 0.70 | 70 | 0.38 | 0.22 |
| Hex | 45 | 4C | 22 | 9 | 0 | 37 | 46 | 46 | 26 | 16 |
| Octal | 105 | 114 | 42 | 11 | 0 | 67 | 106 | 106 | 46 | 26 |
| Binary | 1000101 | 1001100 | 100010 | 1001 | 0 | 110111 | 1000110 | 1000110 | 100110 | 10110 |
Color Harmonies of #454C22
Complementary color
Monochromatic Colors of #454C22
Black with #454C22
Text Example
Text Example
White with #454C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454C22; }
p { color: rgb(69,76,34); }
H1.HeaderClassName
{
color: #454C22;
}
.AnyTagClassName
{
color: #454C22;
}
</style>
background-color css
<style>
a { background-color: #454C22; }
a { background-color: rgb(69,76,34); }
div.DivClassName
{
background-color: #454C22;
}
.BgClassName
{
background-color: #454C22;
}
</style>
border-color css
<style>
span { border-color: #454C22; }
span { border-color: rgb(69,76,34); }
td.TdClassName
{
border-color: #454C22;
}
.TagClassName
{
border-color: #454C22;
}
</style>