Shades of Army green #5A5F16
Tints of Army green #5A5F16
RGB
CMYK
RGB Variations
Color information
#5A5F16 (or 0x5A5F16) is known color: Army green. HEX triplet: 5A, 5F and 16. RGB value is (90,95,22). Sum of RGB (Red+Green+Blue) = 90+95+22=207 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.48% from 207); Green value is 95 (37.5% from 255 or 45.89% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 95 - color contains mainly: green. Hex color #5A5F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5F16 is #A5A0E9. Grayscale: #555555. Windows color (decimal): -10854634 or 1466202. OLE color: 1466202.
HSL color Cylindrical-coordinate representation of color #5A5F16: hue angle of 64.11º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A5F16 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 90 | 95 | 22 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.63 |
| HSL | 64.11º | 0.62% | 0.23% | - |
| HSV(B) | 64.11º | 0.77% | 0.37% | - |
| XYZ | 8.45 | 10.42 | 2.32 | - |
| YUV | 85.18 | 92.34 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 95 | 22 | 0.05 | 0 | 0.77 | 0.63 | 64.11 | 0.62 | 0.23 |
| Hex | 5A | 5F | 16 | 5 | 0 | 4D | 3F | 40 | 3E | 17 |
| Octal | 132 | 137 | 26 | 5 | 0 | 115 | 77 | 100 | 76 | 27 |
| Binary | 1011010 | 1011111 | 10110 | 101 | 0 | 1001101 | 111111 | 1000000 | 111110 | 10111 |
Color Harmonies of #5A5F16
Complementary color
Monochromatic Colors of #5A5F16
Black with #5A5F16
Text Example
Text Example
White with #5A5F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5F16; }
p { color: rgb(90,95,22); }
H1.HeaderClassName
{
color: #5A5F16;
}
.AnyTagClassName
{
color: #5A5F16;
}
</style>
background-color css
<style>
a { background-color: #5A5F16; }
a { background-color: rgb(90,95,22); }
div.DivClassName
{
background-color: #5A5F16;
}
.BgClassName
{
background-color: #5A5F16;
}
</style>
border-color css
<style>
span { border-color: #5A5F16; }
span { border-color: rgb(90,95,22); }
td.TdClassName
{
border-color: #5A5F16;
}
.TagClassName
{
border-color: #5A5F16;
}
</style>