Shades of Army green #515B23
Tints of Army green #515B23
RGB
CMYK
RGB Variations
Color information
#515B23 (or 0x515B23) is known color: Army green. HEX triplet: 51, 5B and 23. RGB value is (81,91,35). Sum of RGB (Red+Green+Blue) = 81+91+35=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 35 (14.06% from 255 or 16.91% from 207); Max value from RGB is 91 - color contains mainly: green. Hex color #515B23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515B23 is #AEA4DC. Grayscale: #515151. Windows color (decimal): -11445469 or 2317137. OLE color: 2317137.
HSL color Cylindrical-coordinate representation of color #515B23: hue angle of 70.71º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #515B23 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 91 | 35 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.64 |
| HSL | 70.71º | 0.44% | 0.25% | - |
| HSV(B) | 70.71º | 0.62% | 0.36% | - |
| XYZ | 7.44 | 9.35 | 3 | - |
| YUV | 81.63 | 101.69 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 91 | 35 | 0.11 | 0 | 0.62 | 0.64 | 70.71 | 0.44 | 0.25 |
| Hex | 51 | 5B | 23 | B | 0 | 3E | 40 | 47 | 2C | 19 |
| Octal | 121 | 133 | 43 | 13 | 0 | 76 | 100 | 107 | 54 | 31 |
| Binary | 1010001 | 1011011 | 100011 | 1011 | 0 | 111110 | 1000000 | 1000111 | 101100 | 11001 |
Color Harmonies of #515B23
Complementary color
Monochromatic Colors of #515B23
Black with #515B23
Text Example
Text Example
White with #515B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515B23; }
p { color: rgb(81,91,35); }
H1.HeaderClassName
{
color: #515B23;
}
.AnyTagClassName
{
color: #515B23;
}
</style>
background-color css
<style>
a { background-color: #515B23; }
a { background-color: rgb(81,91,35); }
div.DivClassName
{
background-color: #515B23;
}
.BgClassName
{
background-color: #515B23;
}
</style>
border-color css
<style>
span { border-color: #515B23; }
span { border-color: rgb(81,91,35); }
td.TdClassName
{
border-color: #515B23;
}
.TagClassName
{
border-color: #515B23;
}
</style>