Shades of Army green #454724
Tints of Army green #454724
RGB
CMYK
RGB Variations
Color information
#454724 (or 0x454724) is known color: Army green. HEX triplet: 45, 47 and 24. RGB value is (69,71,36). Sum of RGB (Red+Green+Blue) = 69+71+36=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 71 - color contains mainly: green. Hex color #454724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454724 is #BAB8DB. Grayscale: #424242. Windows color (decimal): -12237020 or 2377541. OLE color: 2377541.
HSL color Cylindrical-coordinate representation of color #454724: hue angle of 63.43º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #454724 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 71 | 36 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.72 |
| HSL | 63.43º | 0.33% | 0.21% | - |
| HSV(B) | 63.43º | 0.49% | 0.28% | - |
| XYZ | 5.03 | 5.9 | 2.54 | - |
| YUV | 66.41 | 110.84 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 71 | 36 | 0.03 | 0 | 0.49 | 0.72 | 63.43 | 0.33 | 0.21 |
| Hex | 45 | 47 | 24 | 3 | 0 | 31 | 48 | 3F | 21 | 15 |
| Octal | 105 | 107 | 44 | 3 | 0 | 61 | 110 | 77 | 41 | 25 |
| Binary | 1000101 | 1000111 | 100100 | 11 | 0 | 110001 | 1001000 | 111111 | 100001 | 10101 |
Color Harmonies of #454724
Complementary color
Monochromatic Colors of #454724
Black with #454724
Text Example
Text Example
White with #454724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454724; }
p { color: rgb(69,71,36); }
H1.HeaderClassName
{
color: #454724;
}
.AnyTagClassName
{
color: #454724;
}
</style>
background-color css
<style>
a { background-color: #454724; }
a { background-color: rgb(69,71,36); }
div.DivClassName
{
background-color: #454724;
}
.BgClassName
{
background-color: #454724;
}
</style>
border-color css
<style>
span { border-color: #454724; }
span { border-color: rgb(69,71,36); }
td.TdClassName
{
border-color: #454724;
}
.TagClassName
{
border-color: #454724;
}
</style>