Shades of Army green #5A5A10
Tints of Army green #5A5A10
RGB
CMYK
RGB Variations
Color information
#5A5A10 (or 0x5A5A10) is known color: Army green. HEX triplet: 5A, 5A and 10. RGB value is (90,90,16). Sum of RGB (Red+Green+Blue) = 90+90+16=196 (25% of max value = 765). Red value is 90 (35.55% from 255 or 45.92% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 90 - color contains mainly: red, green. Hex color #5A5A10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5A10 is #A5A5EF. Grayscale: #515151. Windows color (decimal): -10855920 or 1071706. OLE color: 1071706.
HSL color Cylindrical-coordinate representation of color #5A5A10: hue angle of 60º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A5A10 is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 90 | 16 | - |
| CMYK | 0 | 0 | 0.82 | 0.65 |
| HSL | 60º | 0.7% | 0.21% | - |
| HSV(B) | 60º | 0.82% | 0.35% | - |
| XYZ | 7.97 | 9.52 | 1.91 | - |
| YUV | 81.56 | 91 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 90 | 16 | 0 | 0 | 0.82 | 0.65 | 60 | 0.7 | 0.21 |
| Hex | 5A | 5A | 10 | 0 | 0 | 52 | 41 | 3C | 46 | 15 |
| Octal | 132 | 132 | 20 | 0 | 0 | 122 | 101 | 74 | 106 | 25 |
| Binary | 1011010 | 1011010 | 10000 | 0 | 0 | 1010010 | 1000001 | 111100 | 1000110 | 10101 |
Color Harmonies of #5A5A10
Complementary color
Monochromatic Colors of #5A5A10
Black with #5A5A10
Text Example
Text Example
White with #5A5A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5A10; }
p { color: rgb(90,90,16); }
H1.HeaderClassName
{
color: #5A5A10;
}
.AnyTagClassName
{
color: #5A5A10;
}
</style>
background-color css
<style>
a { background-color: #5A5A10; }
a { background-color: rgb(90,90,16); }
div.DivClassName
{
background-color: #5A5A10;
}
.BgClassName
{
background-color: #5A5A10;
}
</style>
border-color css
<style>
span { border-color: #5A5A10; }
span { border-color: rgb(90,90,16); }
td.TdClassName
{
border-color: #5A5A10;
}
.TagClassName
{
border-color: #5A5A10;
}
</style>