Shades of Army green #504E1B
Tints of Army green #504E1B
RGB
CMYK
RGB Variations
Color information
#504E1B (or 0x504E1B) is known color: Army green. HEX triplet: 50, 4E and 1B. RGB value is (80,78,27). Sum of RGB (Red+Green+Blue) = 80+78+27=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 78 (30.86% from 255 or 42.16% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 80 - color contains mainly: red. Hex color #504E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504E1B is #AFB1E4. Grayscale: #484848. Windows color (decimal): -11514341 or 1789520. OLE color: 1789520.
HSL color Cylindrical-coordinate representation of color #504E1B: hue angle of 57.74º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #504E1B is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 78 | 27 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.69 |
| HSL | 57.74º | 0.5% | 0.21% | - |
| HSV(B) | 57.74º | 0.66% | 0.31% | - |
| XYZ | 6.23 | 7.23 | 2.1 | - |
| YUV | 72.78 | 102.16 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 27 | 0 | 0.02 | 0.66 | 0.69 | 57.74 | 0.5 | 0.21 |
| Hex | 50 | 4E | 1B | 0 | 2 | 42 | 45 | 3A | 32 | 15 |
| Octal | 120 | 116 | 33 | 0 | 2 | 102 | 105 | 72 | 62 | 25 |
| Binary | 1010000 | 1001110 | 11011 | 0 | 10 | 1000010 | 1000101 | 111010 | 110010 | 10101 |
Color Harmonies of #504E1B
Complementary color
Monochromatic Colors of #504E1B
Black with #504E1B
Text Example
Text Example
White with #504E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504E1B; }
p { color: rgb(80,78,27); }
H1.HeaderClassName
{
color: #504E1B;
}
.AnyTagClassName
{
color: #504E1B;
}
</style>
background-color css
<style>
a { background-color: #504E1B; }
a { background-color: rgb(80,78,27); }
div.DivClassName
{
background-color: #504E1B;
}
.BgClassName
{
background-color: #504E1B;
}
</style>
border-color css
<style>
span { border-color: #504E1B; }
span { border-color: rgb(80,78,27); }
td.TdClassName
{
border-color: #504E1B;
}
.TagClassName
{
border-color: #504E1B;
}
</style>