Shades of Army green #454B20
Tints of Army green #454B20
RGB
CMYK
RGB Variations
Color information
#454B20 (or 0x454B20) is known color: Army green. HEX triplet: 45, 4B and 20. RGB value is (69,75,32). Sum of RGB (Red+Green+Blue) = 69+75+32=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 75 - color contains mainly: green. Hex color #454B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454B20 is #BAB4DF. Grayscale: #444444. Windows color (decimal): -12236000 or 2116421. OLE color: 2116421.
HSL color Cylindrical-coordinate representation of color #454B20: hue angle of 68.37º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #454B20 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 75 | 32 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.71 |
| HSL | 68.37º | 0.4% | 0.21% | - |
| HSV(B) | 68.37º | 0.57% | 0.29% | - |
| XYZ | 5.23 | 6.4 | 2.33 | - |
| YUV | 68.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 75 | 32 | 0.08 | 0 | 0.57 | 0.71 | 68.37 | 0.4 | 0.21 |
| Hex | 45 | 4B | 20 | 8 | 0 | 39 | 47 | 44 | 28 | 15 |
| Octal | 105 | 113 | 40 | 10 | 0 | 71 | 107 | 104 | 50 | 25 |
| Binary | 1000101 | 1001011 | 100000 | 1000 | 0 | 111001 | 1000111 | 1000100 | 101000 | 10101 |
Color Harmonies of #454B20
Complementary color
Monochromatic Colors of #454B20
Black with #454B20
Text Example
Text Example
White with #454B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454B20; }
p { color: rgb(69,75,32); }
H1.HeaderClassName
{
color: #454B20;
}
.AnyTagClassName
{
color: #454B20;
}
</style>
background-color css
<style>
a { background-color: #454B20; }
a { background-color: rgb(69,75,32); }
div.DivClassName
{
background-color: #454B20;
}
.BgClassName
{
background-color: #454B20;
}
</style>
border-color css
<style>
span { border-color: #454B20; }
span { border-color: rgb(69,75,32); }
td.TdClassName
{
border-color: #454B20;
}
.TagClassName
{
border-color: #454B20;
}
</style>