Shades of Army green #524F14
Tints of Army green #524F14
RGB
CMYK
RGB Variations
Color information
#524F14 (or 0x524F14) is known color: Army green. HEX triplet: 52, 4F and 14. RGB value is (82,79,20). Sum of RGB (Red+Green+Blue) = 82+79+20=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 79 (31.25% from 255 or 43.65% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 82 - color contains mainly: red. Hex color #524F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524F14 is #ADB0EB. Grayscale: #494949. Windows color (decimal): -11383020 or 1331026. OLE color: 1331026.
HSL color Cylindrical-coordinate representation of color #524F14: hue angle of 57.1º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #524F14 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 79 | 20 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.68 |
| HSL | 57.1º | 0.61% | 0.2% | - |
| HSV(B) | 57.1º | 0.76% | 0.32% | - |
| XYZ | 6.4 | 7.44 | 1.76 | - |
| YUV | 73.17 | 97.99 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 20 | 0 | 0.04 | 0.76 | 0.68 | 57.1 | 0.61 | 0.2 |
| Hex | 52 | 4F | 14 | 0 | 4 | 4C | 44 | 39 | 3D | 14 |
| Octal | 122 | 117 | 24 | 0 | 4 | 114 | 104 | 71 | 75 | 24 |
| Binary | 1010010 | 1001111 | 10100 | 0 | 100 | 1001100 | 1000100 | 111001 | 111101 | 10100 |
Color Harmonies of #524F14
Complementary color
Monochromatic Colors of #524F14
Black with #524F14
Text Example
Text Example
White with #524F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524F14; }
p { color: rgb(82,79,20); }
H1.HeaderClassName
{
color: #524F14;
}
.AnyTagClassName
{
color: #524F14;
}
</style>
background-color css
<style>
a { background-color: #524F14; }
a { background-color: rgb(82,79,20); }
div.DivClassName
{
background-color: #524F14;
}
.BgClassName
{
background-color: #524F14;
}
</style>
border-color css
<style>
span { border-color: #524F14; }
span { border-color: rgb(82,79,20); }
td.TdClassName
{
border-color: #524F14;
}
.TagClassName
{
border-color: #524F14;
}
</style>