Shades of Army green #50521A
Tints of Army green #50521A
RGB
CMYK
RGB Variations
Color information
#50521A (or 0x50521A) is known color: Army green. HEX triplet: 50, 52 and 1A. RGB value is (80,82,26). Sum of RGB (Red+Green+Blue) = 80+82+26=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 82 - color contains mainly: green. Hex color #50521A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50521A is #AFADE5. Grayscale: #4B4B4B. Windows color (decimal): -11513318 or 1725008. OLE color: 1725008.
HSL color Cylindrical-coordinate representation of color #50521A: hue angle of 62.14º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50521A is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 82 | 26 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.68 |
| HSL | 62.14º | 0.52% | 0.21% | - |
| HSV(B) | 62.14º | 0.68% | 0.32% | - |
| XYZ | 6.51 | 7.81 | 2.14 | - |
| YUV | 75.02 | 100.34 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 82 | 26 | 0.02 | 0 | 0.68 | 0.68 | 62.14 | 0.52 | 0.21 |
| Hex | 50 | 52 | 1A | 2 | 0 | 44 | 44 | 3E | 34 | 15 |
| Octal | 120 | 122 | 32 | 2 | 0 | 104 | 104 | 76 | 64 | 25 |
| Binary | 1010000 | 1010010 | 11010 | 10 | 0 | 1000100 | 1000100 | 111110 | 110100 | 10101 |
Color Harmonies of #50521A
Complementary color
Monochromatic Colors of #50521A
Black with #50521A
Text Example
Text Example
White with #50521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50521A; }
p { color: rgb(80,82,26); }
H1.HeaderClassName
{
color: #50521A;
}
.AnyTagClassName
{
color: #50521A;
}
</style>
background-color css
<style>
a { background-color: #50521A; }
a { background-color: rgb(80,82,26); }
div.DivClassName
{
background-color: #50521A;
}
.BgClassName
{
background-color: #50521A;
}
</style>
border-color css
<style>
span { border-color: #50521A; }
span { border-color: rgb(80,82,26); }
td.TdClassName
{
border-color: #50521A;
}
.TagClassName
{
border-color: #50521A;
}
</style>