Shades of Army green #454824
Tints of Army green #454824
RGB
CMYK
RGB Variations
Color information
#454824 (or 0x454824) is known color: Army green. HEX triplet: 45, 48 and 24. RGB value is (69,72,36). Sum of RGB (Red+Green+Blue) = 69+72+36=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 72 - color contains mainly: green. Hex color #454824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454824 is #BAB7DB. Grayscale: #434343. Windows color (decimal): -12236764 or 2377797. OLE color: 2377797.
HSL color Cylindrical-coordinate representation of color #454824: hue angle of 65º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #454824 is Cyan = 0.04, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 72 | 36 | - |
| CMYK | 0.04 | 0 | 0.5 | 0.72 |
| HSL | 65º | 0.33% | 0.21% | - |
| HSV(B) | 65º | 0.5% | 0.28% | - |
| XYZ | 5.09 | 6.03 | 2.56 | - |
| YUV | 67 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 72 | 36 | 0.04 | 0 | 0.5 | 0.72 | 65 | 0.33 | 0.21 |
| Hex | 45 | 48 | 24 | 4 | 0 | 32 | 48 | 41 | 21 | 15 |
| Octal | 105 | 110 | 44 | 4 | 0 | 62 | 110 | 101 | 41 | 25 |
| Binary | 1000101 | 1001000 | 100100 | 100 | 0 | 110010 | 1001000 | 1000001 | 100001 | 10101 |
Color Harmonies of #454824
Complementary color
Monochromatic Colors of #454824
Black with #454824
Text Example
Text Example
White with #454824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454824; }
p { color: rgb(69,72,36); }
H1.HeaderClassName
{
color: #454824;
}
.AnyTagClassName
{
color: #454824;
}
</style>
background-color css
<style>
a { background-color: #454824; }
a { background-color: rgb(69,72,36); }
div.DivClassName
{
background-color: #454824;
}
.BgClassName
{
background-color: #454824;
}
</style>
border-color css
<style>
span { border-color: #454824; }
span { border-color: rgb(69,72,36); }
td.TdClassName
{
border-color: #454824;
}
.TagClassName
{
border-color: #454824;
}
</style>