Shades of Army green #515B1B
Tints of Army green #515B1B
RGB
CMYK
RGB Variations
Color information
#515B1B (or 0x515B1B) is known color: Army green. HEX triplet: 51, 5B and 1B. RGB value is (81,91,27). Sum of RGB (Red+Green+Blue) = 81+91+27=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 91 (35.94% from 255 or 45.73% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 91 - color contains mainly: green. Hex color #515B1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515B1B is #AEA4E4. Grayscale: #505050. Windows color (decimal): -11445477 or 1792849. OLE color: 1792849.
HSL color Cylindrical-coordinate representation of color #515B1B: hue angle of 69.38º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #515B1B is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 91 | 27 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.64 |
| HSL | 69.38º | 0.54% | 0.23% | - |
| HSV(B) | 69.38º | 0.7% | 0.36% | - |
| XYZ | 7.33 | 9.31 | 2.45 | - |
| YUV | 80.71 | 97.69 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 91 | 27 | 0.11 | 0 | 0.70 | 0.64 | 69.38 | 0.54 | 0.23 |
| Hex | 51 | 5B | 1B | B | 0 | 46 | 40 | 45 | 36 | 17 |
| Octal | 121 | 133 | 33 | 13 | 0 | 106 | 100 | 105 | 66 | 27 |
| Binary | 1010001 | 1011011 | 11011 | 1011 | 0 | 1000110 | 1000000 | 1000101 | 110110 | 10111 |
Color Harmonies of #515B1B
Complementary color
Monochromatic Colors of #515B1B
Black with #515B1B
Text Example
Text Example
White with #515B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515B1B; }
p { color: rgb(81,91,27); }
H1.HeaderClassName
{
color: #515B1B;
}
.AnyTagClassName
{
color: #515B1B;
}
</style>
background-color css
<style>
a { background-color: #515B1B; }
a { background-color: rgb(81,91,27); }
div.DivClassName
{
background-color: #515B1B;
}
.BgClassName
{
background-color: #515B1B;
}
</style>
border-color css
<style>
span { border-color: #515B1B; }
span { border-color: rgb(81,91,27); }
td.TdClassName
{
border-color: #515B1B;
}
.TagClassName
{
border-color: #515B1B;
}
</style>