Shades of Army green #454A22
Tints of Army green #454A22
RGB
CMYK
RGB Variations
Color information
#454A22 (or 0x454A22) is known color: Army green. HEX triplet: 45, 4A and 22. RGB value is (69,74,34). Sum of RGB (Red+Green+Blue) = 69+74+34=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 74 - color contains mainly: green. Hex color #454A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454A22 is #BAB5DD. Grayscale: #444444. Windows color (decimal): -12236254 or 2247237. OLE color: 2247237.
HSL color Cylindrical-coordinate representation of color #454A22: hue angle of 67.5º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #454A22 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 74 | 34 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.71 |
| HSL | 67.5º | 0.37% | 0.21% | - |
| HSV(B) | 67.5º | 0.54% | 0.29% | - |
| XYZ | 5.19 | 6.28 | 2.45 | - |
| YUV | 67.95 | 108.84 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 74 | 34 | 0.07 | 0 | 0.54 | 0.71 | 67.5 | 0.37 | 0.21 |
| Hex | 45 | 4A | 22 | 7 | 0 | 36 | 47 | 44 | 25 | 15 |
| Octal | 105 | 112 | 42 | 7 | 0 | 66 | 107 | 104 | 45 | 25 |
| Binary | 1000101 | 1001010 | 100010 | 111 | 0 | 110110 | 1000111 | 1000100 | 100101 | 10101 |
Color Harmonies of #454A22
Complementary color
Monochromatic Colors of #454A22
Black with #454A22
Text Example
Text Example
White with #454A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454A22; }
p { color: rgb(69,74,34); }
H1.HeaderClassName
{
color: #454A22;
}
.AnyTagClassName
{
color: #454A22;
}
</style>
background-color css
<style>
a { background-color: #454A22; }
a { background-color: rgb(69,74,34); }
div.DivClassName
{
background-color: #454A22;
}
.BgClassName
{
background-color: #454A22;
}
</style>
border-color css
<style>
span { border-color: #454A22; }
span { border-color: rgb(69,74,34); }
td.TdClassName
{
border-color: #454A22;
}
.TagClassName
{
border-color: #454A22;
}
</style>