Shades of Army green #545A16
Tints of Army green #545A16
RGB
CMYK
RGB Variations
Color information
#545A16 (or 0x545A16) is known color: Army green. HEX triplet: 54, 5A and 16. RGB value is (84,90,22). Sum of RGB (Red+Green+Blue) = 84+90+22=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 90 - color contains mainly: green. Hex color #545A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545A16 is #ABA5E9. Grayscale: #505050. Windows color (decimal): -11249130 or 1464916. OLE color: 1464916.
HSL color Cylindrical-coordinate representation of color #545A16: hue angle of 65.29º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #545A16 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 90 | 22 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.65 |
| HSL | 65.29º | 0.61% | 0.22% | - |
| HSV(B) | 65.29º | 0.76% | 0.35% | - |
| XYZ | 7.46 | 9.26 | 2.15 | - |
| YUV | 80.45 | 95.01 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 22 | 0.07 | 0 | 0.76 | 0.65 | 65.29 | 0.61 | 0.22 |
| Hex | 54 | 5A | 16 | 7 | 0 | 4C | 41 | 41 | 3D | 16 |
| Octal | 124 | 132 | 26 | 7 | 0 | 114 | 101 | 101 | 75 | 26 |
| Binary | 1010100 | 1011010 | 10110 | 111 | 0 | 1001100 | 1000001 | 1000001 | 111101 | 10110 |
Color Harmonies of #545A16
Complementary color
Monochromatic Colors of #545A16
Black with #545A16
Text Example
Text Example
White with #545A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A16; }
p { color: rgb(84,90,22); }
H1.HeaderClassName
{
color: #545A16;
}
.AnyTagClassName
{
color: #545A16;
}
</style>
background-color css
<style>
a { background-color: #545A16; }
a { background-color: rgb(84,90,22); }
div.DivClassName
{
background-color: #545A16;
}
.BgClassName
{
background-color: #545A16;
}
</style>
border-color css
<style>
span { border-color: #545A16; }
span { border-color: rgb(84,90,22); }
td.TdClassName
{
border-color: #545A16;
}
.TagClassName
{
border-color: #545A16;
}
</style>