Shades of Army green #505B23
Tints of Army green #505B23
RGB
CMYK
RGB Variations
Color information
#505B23 (or 0x505B23) is known color: Army green. HEX triplet: 50, 5B and 23. RGB value is (80,91,35). Sum of RGB (Red+Green+Blue) = 80+91+35=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 35 (14.06% from 255 or 16.99% from 206); Max value from RGB is 91 - color contains mainly: green. Hex color #505B23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505B23 is #AFA4DC. Grayscale: #515151. Windows color (decimal): -11511005 or 2317136. OLE color: 2317136.
HSL color Cylindrical-coordinate representation of color #505B23: hue angle of 71.79º 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 #505B23 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 91 | 35 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.64 |
| HSL | 71.79º | 0.44% | 0.25% | - |
| HSV(B) | 71.79º | 0.62% | 0.36% | - |
| XYZ | 7.35 | 9.31 | 3 | - |
| YUV | 81.33 | 101.86 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 91 | 35 | 0.12 | 0 | 0.62 | 0.64 | 71.79 | 0.44 | 0.25 |
| Hex | 50 | 5B | 23 | C | 0 | 3E | 40 | 48 | 2C | 19 |
| Octal | 120 | 133 | 43 | 14 | 0 | 76 | 100 | 110 | 54 | 31 |
| Binary | 1010000 | 1011011 | 100011 | 1100 | 0 | 111110 | 1000000 | 1001000 | 101100 | 11001 |
Color Harmonies of #505B23
Complementary color
Monochromatic Colors of #505B23
Black with #505B23
Text Example
Text Example
White with #505B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505B23; }
p { color: rgb(80,91,35); }
H1.HeaderClassName
{
color: #505B23;
}
.AnyTagClassName
{
color: #505B23;
}
</style>
background-color css
<style>
a { background-color: #505B23; }
a { background-color: rgb(80,91,35); }
div.DivClassName
{
background-color: #505B23;
}
.BgClassName
{
background-color: #505B23;
}
</style>
border-color css
<style>
span { border-color: #505B23; }
span { border-color: rgb(80,91,35); }
td.TdClassName
{
border-color: #505B23;
}
.TagClassName
{
border-color: #505B23;
}
</style>