Shades of Army green #5A5B14
Tints of Army green #5A5B14
RGB
CMYK
RGB Variations
Color information
#5A5B14 (or 0x5A5B14) is known color: Army green. HEX triplet: 5A, 5B and 14. RGB value is (90,91,20). Sum of RGB (Red+Green+Blue) = 90+91+20=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 91 (35.94% from 255 or 45.27% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 91 - color contains mainly: green. Hex color #5A5B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5B14 is #A5A4EB. Grayscale: #525252. Windows color (decimal): -10855660 or 1334106. OLE color: 1334106.
HSL color Cylindrical-coordinate representation of color #5A5B14: hue angle of 60.85º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A5B14 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 91 | 20 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.64 |
| HSL | 60.85º | 0.64% | 0.22% | - |
| HSV(B) | 60.85º | 0.78% | 0.36% | - |
| XYZ | 8.08 | 9.71 | 2.11 | - |
| YUV | 82.61 | 92.67 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 91 | 20 | 0.01 | 0 | 0.78 | 0.64 | 60.85 | 0.64 | 0.22 |
| Hex | 5A | 5B | 14 | 1 | 0 | 4E | 40 | 3D | 40 | 16 |
| Octal | 132 | 133 | 24 | 1 | 0 | 116 | 100 | 75 | 100 | 26 |
| Binary | 1011010 | 1011011 | 10100 | 1 | 0 | 1001110 | 1000000 | 111101 | 1000000 | 10110 |
Color Harmonies of #5A5B14
Complementary color
Monochromatic Colors of #5A5B14
Black with #5A5B14
Text Example
Text Example
White with #5A5B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5B14; }
p { color: rgb(90,91,20); }
H1.HeaderClassName
{
color: #5A5B14;
}
.AnyTagClassName
{
color: #5A5B14;
}
</style>
background-color css
<style>
a { background-color: #5A5B14; }
a { background-color: rgb(90,91,20); }
div.DivClassName
{
background-color: #5A5B14;
}
.BgClassName
{
background-color: #5A5B14;
}
</style>
border-color css
<style>
span { border-color: #5A5B14; }
span { border-color: rgb(90,91,20); }
td.TdClassName
{
border-color: #5A5B14;
}
.TagClassName
{
border-color: #5A5B14;
}
</style>