Shades of Army green #505C1F
Tints of Army green #505C1F
RGB
CMYK
RGB Variations
Color information
#505C1F (or 0x505C1F) is known color: Army green. HEX triplet: 50, 5C and 1F. RGB value is (80,92,31). Sum of RGB (Red+Green+Blue) = 80+92+31=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 92 - color contains mainly: green. Hex color #505C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505C1F is #AFA3E0. Grayscale: #515151. Windows color (decimal): -11510753 or 2055248. OLE color: 2055248.
HSL color Cylindrical-coordinate representation of color #505C1F: hue angle of 71.8º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #505C1F is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 92 | 31 | - |
| CMYK | 0.13 | 0 | 0.66 | 0.64 |
| HSL | 71.8º | 0.5% | 0.24% | - |
| HSV(B) | 71.8º | 0.66% | 0.36% | - |
| XYZ | 7.38 | 9.46 | 2.73 | - |
| YUV | 81.46 | 99.52 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 92 | 31 | 0.13 | 0 | 0.66 | 0.64 | 71.8 | 0.5 | 0.24 |
| Hex | 50 | 5C | 1F | D | 0 | 42 | 40 | 48 | 32 | 18 |
| Octal | 120 | 134 | 37 | 15 | 0 | 102 | 100 | 110 | 62 | 30 |
| Binary | 1010000 | 1011100 | 11111 | 1101 | 0 | 1000010 | 1000000 | 1001000 | 110010 | 11000 |
Color Harmonies of #505C1F
Complementary color
Monochromatic Colors of #505C1F
Black with #505C1F
Text Example
Text Example
White with #505C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505C1F; }
p { color: rgb(80,92,31); }
H1.HeaderClassName
{
color: #505C1F;
}
.AnyTagClassName
{
color: #505C1F;
}
</style>
background-color css
<style>
a { background-color: #505C1F; }
a { background-color: rgb(80,92,31); }
div.DivClassName
{
background-color: #505C1F;
}
.BgClassName
{
background-color: #505C1F;
}
</style>
border-color css
<style>
span { border-color: #505C1F; }
span { border-color: rgb(80,92,31); }
td.TdClassName
{
border-color: #505C1F;
}
.TagClassName
{
border-color: #505C1F;
}
</style>