Shades of Army green #504F1C
Tints of Army green #504F1C
RGB
CMYK
RGB Variations
Color information
#504F1C (or 0x504F1C) is known color: Army green. HEX triplet: 50, 4F and 1C. RGB value is (80,79,28). Sum of RGB (Red+Green+Blue) = 80+79+28=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 80 - color contains mainly: red. Hex color #504F1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504F1C is #AFB0E3. Grayscale: #494949. Windows color (decimal): -11514084 or 1855312. OLE color: 1855312.
HSL color Cylindrical-coordinate representation of color #504F1C: hue angle of 58.85º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #504F1C is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 79 | 28 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.69 |
| HSL | 58.85º | 0.48% | 0.21% | - |
| HSV(B) | 58.85º | 0.65% | 0.31% | - |
| XYZ | 6.31 | 7.38 | 2.19 | - |
| YUV | 73.49 | 102.33 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 28 | 0 | 0.01 | 0.65 | 0.69 | 58.85 | 0.48 | 0.21 |
| Hex | 50 | 4F | 1C | 0 | 1 | 41 | 45 | 3B | 30 | 15 |
| Octal | 120 | 117 | 34 | 0 | 1 | 101 | 105 | 73 | 60 | 25 |
| Binary | 1010000 | 1001111 | 11100 | 0 | 1 | 1000001 | 1000101 | 111011 | 110000 | 10101 |
Color Harmonies of #504F1C
Complementary color
Monochromatic Colors of #504F1C
Black with #504F1C
Text Example
Text Example
White with #504F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F1C; }
p { color: rgb(80,79,28); }
H1.HeaderClassName
{
color: #504F1C;
}
.AnyTagClassName
{
color: #504F1C;
}
</style>
background-color css
<style>
a { background-color: #504F1C; }
a { background-color: rgb(80,79,28); }
div.DivClassName
{
background-color: #504F1C;
}
.BgClassName
{
background-color: #504F1C;
}
</style>
border-color css
<style>
span { border-color: #504F1C; }
span { border-color: rgb(80,79,28); }
td.TdClassName
{
border-color: #504F1C;
}
.TagClassName
{
border-color: #504F1C;
}
</style>