Shades of Army green #454723
Tints of Army green #454723
RGB
CMYK
RGB Variations
Color information
#454723 (or 0x454723) is known color: Army green. HEX triplet: 45, 47 and 23. RGB value is (69,71,35). Sum of RGB (Red+Green+Blue) = 69+71+35=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 71 - color contains mainly: green. Hex color #454723 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454723 is #BAB8DC. Grayscale: #424242. Windows color (decimal): -12237021 or 2312005. OLE color: 2312005.
HSL color Cylindrical-coordinate representation of color #454723: hue angle of 63.33º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #454723 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 71 | 35 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.72 |
| HSL | 63.33º | 0.34% | 0.21% | - |
| HSV(B) | 63.33º | 0.51% | 0.28% | - |
| XYZ | 5.01 | 5.89 | 2.46 | - |
| YUV | 66.3 | 110.34 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 71 | 35 | 0.03 | 0 | 0.51 | 0.72 | 63.33 | 0.34 | 0.21 |
| Hex | 45 | 47 | 23 | 3 | 0 | 33 | 48 | 3F | 22 | 15 |
| Octal | 105 | 107 | 43 | 3 | 0 | 63 | 110 | 77 | 42 | 25 |
| Binary | 1000101 | 1000111 | 100011 | 11 | 0 | 110011 | 1001000 | 111111 | 100010 | 10101 |
Color Harmonies of #454723
Complementary color
Monochromatic Colors of #454723
Black with #454723
Text Example
Text Example
White with #454723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454723; }
p { color: rgb(69,71,35); }
H1.HeaderClassName
{
color: #454723;
}
.AnyTagClassName
{
color: #454723;
}
</style>
background-color css
<style>
a { background-color: #454723; }
a { background-color: rgb(69,71,35); }
div.DivClassName
{
background-color: #454723;
}
.BgClassName
{
background-color: #454723;
}
</style>
border-color css
<style>
span { border-color: #454723; }
span { border-color: rgb(69,71,35); }
td.TdClassName
{
border-color: #454723;
}
.TagClassName
{
border-color: #454723;
}
</style>