Shades of Army green #50531A
Tints of Army green #50531A
RGB
CMYK
RGB Variations
Color information
#50531A (or 0x50531A) is known color: Army green. HEX triplet: 50, 53 and 1A. RGB value is (80,83,26). Sum of RGB (Red+Green+Blue) = 80+83+26=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #50531A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50531A is #AFACE5. Grayscale: #4B4B4B. Windows color (decimal): -11513062 or 1725264. OLE color: 1725264.
HSL color Cylindrical-coordinate representation of color #50531A: hue angle of 63.16º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50531A is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 83 | 26 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.67 |
| HSL | 63.16º | 0.52% | 0.21% | - |
| HSV(B) | 63.16º | 0.69% | 0.33% | - |
| XYZ | 6.59 | 7.97 | 2.17 | - |
| YUV | 75.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 83 | 26 | 0.04 | 0 | 0.69 | 0.67 | 63.16 | 0.52 | 0.21 |
| Hex | 50 | 53 | 1A | 4 | 0 | 45 | 43 | 3F | 34 | 15 |
| Octal | 120 | 123 | 32 | 4 | 0 | 105 | 103 | 77 | 64 | 25 |
| Binary | 1010000 | 1010011 | 11010 | 100 | 0 | 1000101 | 1000011 | 111111 | 110100 | 10101 |
Color Harmonies of #50531A
Complementary color
Monochromatic Colors of #50531A
Black with #50531A
Text Example
Text Example
White with #50531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50531A; }
p { color: rgb(80,83,26); }
H1.HeaderClassName
{
color: #50531A;
}
.AnyTagClassName
{
color: #50531A;
}
</style>
background-color css
<style>
a { background-color: #50531A; }
a { background-color: rgb(80,83,26); }
div.DivClassName
{
background-color: #50531A;
}
.BgClassName
{
background-color: #50531A;
}
</style>
border-color css
<style>
span { border-color: #50531A; }
span { border-color: rgb(80,83,26); }
td.TdClassName
{
border-color: #50531A;
}
.TagClassName
{
border-color: #50531A;
}
</style>