Shades of Army green #5A5812
Tints of Army green #5A5812
RGB
CMYK
RGB Variations
Color information
#5A5812 (or 0x5A5812) is known color: Army green. HEX triplet: 5A, 58 and 12. RGB value is (90,88,18). Sum of RGB (Red+Green+Blue) = 90+88+18=196 (25% of max value = 765). Red value is 90 (35.55% from 255 or 45.92% from 196); Green value is 88 (34.77% from 255 or 44.90% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5812 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5812 is #A5A7ED. Grayscale: #505050. Windows color (decimal): -10856430 or 1202266. OLE color: 1202266.
HSL color Cylindrical-coordinate representation of color #5A5812: hue angle of 58.33º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A5812 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 88 | 18 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.65 |
| HSL | 58.33º | 0.67% | 0.21% | - |
| HSV(B) | 58.33º | 0.8% | 0.35% | - |
| XYZ | 7.82 | 9.2 | 1.94 | - |
| YUV | 80.62 | 92.66 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 88 | 18 | 0 | 0.02 | 0.80 | 0.65 | 58.33 | 0.67 | 0.21 |
| Hex | 5A | 58 | 12 | 0 | 2 | 50 | 41 | 3A | 43 | 15 |
| Octal | 132 | 130 | 22 | 0 | 2 | 120 | 101 | 72 | 103 | 25 |
| Binary | 1011010 | 1011000 | 10010 | 0 | 10 | 1010000 | 1000001 | 111010 | 1000011 | 10101 |
Color Harmonies of #5A5812
Complementary color
Monochromatic Colors of #5A5812
Black with #5A5812
Text Example
Text Example
White with #5A5812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5812; }
p { color: rgb(90,88,18); }
H1.HeaderClassName
{
color: #5A5812;
}
.AnyTagClassName
{
color: #5A5812;
}
</style>
background-color css
<style>
a { background-color: #5A5812; }
a { background-color: rgb(90,88,18); }
div.DivClassName
{
background-color: #5A5812;
}
.BgClassName
{
background-color: #5A5812;
}
</style>
border-color css
<style>
span { border-color: #5A5812; }
span { border-color: rgb(90,88,18); }
td.TdClassName
{
border-color: #5A5812;
}
.TagClassName
{
border-color: #5A5812;
}
</style>