Shades of Army green #5A5C14
Tints of Army green #5A5C14
RGB
CMYK
RGB Variations
Color information
#5A5C14 (or 0x5A5C14) is known color: Army green. HEX triplet: 5A, 5C and 14. RGB value is (90,92,20). Sum of RGB (Red+Green+Blue) = 90+92+20=202 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.55% from 202); Green value is 92 (36.33% from 255 or 45.54% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 92 - color contains mainly: green. Hex color #5A5C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5C14 is #A5A3EB. Grayscale: #535353. Windows color (decimal): -10855404 or 1334362. OLE color: 1334362.
HSL color Cylindrical-coordinate representation of color #5A5C14: hue angle of 61.67º 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 #5A5C14 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 92 | 20 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.64 |
| HSL | 61.67º | 0.64% | 0.22% | - |
| HSV(B) | 61.67º | 0.78% | 0.36% | - |
| XYZ | 8.17 | 9.88 | 2.14 | - |
| YUV | 83.19 | 92.34 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 92 | 20 | 0.02 | 0 | 0.78 | 0.64 | 61.67 | 0.64 | 0.22 |
| Hex | 5A | 5C | 14 | 2 | 0 | 4E | 40 | 3E | 40 | 16 |
| Octal | 132 | 134 | 24 | 2 | 0 | 116 | 100 | 76 | 100 | 26 |
| Binary | 1011010 | 1011100 | 10100 | 10 | 0 | 1001110 | 1000000 | 111110 | 1000000 | 10110 |
Color Harmonies of #5A5C14
Complementary color
Monochromatic Colors of #5A5C14
Black with #5A5C14
Text Example
Text Example
White with #5A5C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5C14; }
p { color: rgb(90,92,20); }
H1.HeaderClassName
{
color: #5A5C14;
}
.AnyTagClassName
{
color: #5A5C14;
}
</style>
background-color css
<style>
a { background-color: #5A5C14; }
a { background-color: rgb(90,92,20); }
div.DivClassName
{
background-color: #5A5C14;
}
.BgClassName
{
background-color: #5A5C14;
}
</style>
border-color css
<style>
span { border-color: #5A5C14; }
span { border-color: rgb(90,92,20); }
td.TdClassName
{
border-color: #5A5C14;
}
.TagClassName
{
border-color: #5A5C14;
}
</style>