Shades of Army green #454923
Tints of Army green #454923
RGB
CMYK
RGB Variations
Color information
#454923 (or 0x454923) is known color: Army green. HEX triplet: 45, 49 and 23. RGB value is (69,73,35). Sum of RGB (Red+Green+Blue) = 69+73+35=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 73 - color contains mainly: green. Hex color #454923 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454923 is #BAB6DC. Grayscale: #434343. Windows color (decimal): -12236509 or 2312517. OLE color: 2312517.
HSL color Cylindrical-coordinate representation of color #454923: hue angle of 66.32º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #454923 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 73 | 35 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.71 |
| HSL | 66.32º | 0.35% | 0.21% | - |
| HSV(B) | 66.32º | 0.52% | 0.29% | - |
| XYZ | 5.14 | 6.15 | 2.51 | - |
| YUV | 67.47 | 109.67 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 35 | 0.05 | 0 | 0.52 | 0.71 | 66.32 | 0.35 | 0.21 |
| Hex | 45 | 49 | 23 | 5 | 0 | 34 | 47 | 42 | 23 | 15 |
| Octal | 105 | 111 | 43 | 5 | 0 | 64 | 107 | 102 | 43 | 25 |
| Binary | 1000101 | 1001001 | 100011 | 101 | 0 | 110100 | 1000111 | 1000010 | 100011 | 10101 |
Color Harmonies of #454923
Complementary color
Monochromatic Colors of #454923
Black with #454923
Text Example
Text Example
White with #454923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454923; }
p { color: rgb(69,73,35); }
H1.HeaderClassName
{
color: #454923;
}
.AnyTagClassName
{
color: #454923;
}
</style>
background-color css
<style>
a { background-color: #454923; }
a { background-color: rgb(69,73,35); }
div.DivClassName
{
background-color: #454923;
}
.BgClassName
{
background-color: #454923;
}
</style>
border-color css
<style>
span { border-color: #454923; }
span { border-color: rgb(69,73,35); }
td.TdClassName
{
border-color: #454923;
}
.TagClassName
{
border-color: #454923;
}
</style>