Shades of Army green #524F15
Tints of Army green #524F15
RGB
CMYK
RGB Variations
Color information
#524F15 (or 0x524F15) is known color: Army green. HEX triplet: 52, 4F and 15. RGB value is (82,79,21). Sum of RGB (Red+Green+Blue) = 82+79+21=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #524F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524F15 is #ADB0EA. Grayscale: #494949. Windows color (decimal): -11383019 or 1396562. OLE color: 1396562.
HSL color Cylindrical-coordinate representation of color #524F15: hue angle of 57.05º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #524F15 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 79 | 21 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.68 |
| HSL | 57.05º | 0.59% | 0.2% | - |
| HSV(B) | 57.05º | 0.74% | 0.32% | - |
| XYZ | 6.41 | 7.44 | 1.81 | - |
| YUV | 73.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 21 | 0 | 0.04 | 0.74 | 0.68 | 57.05 | 0.59 | 0.2 |
| Hex | 52 | 4F | 15 | 0 | 4 | 4A | 44 | 39 | 3B | 14 |
| Octal | 122 | 117 | 25 | 0 | 4 | 112 | 104 | 71 | 73 | 24 |
| Binary | 1010010 | 1001111 | 10101 | 0 | 100 | 1001010 | 1000100 | 111001 | 111011 | 10100 |
Color Harmonies of #524F15
Complementary color
Monochromatic Colors of #524F15
Black with #524F15
Text Example
Text Example
White with #524F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524F15; }
p { color: rgb(82,79,21); }
H1.HeaderClassName
{
color: #524F15;
}
.AnyTagClassName
{
color: #524F15;
}
</style>
background-color css
<style>
a { background-color: #524F15; }
a { background-color: rgb(82,79,21); }
div.DivClassName
{
background-color: #524F15;
}
.BgClassName
{
background-color: #524F15;
}
</style>
border-color css
<style>
span { border-color: #524F15; }
span { border-color: rgb(82,79,21); }
td.TdClassName
{
border-color: #524F15;
}
.TagClassName
{
border-color: #524F15;
}
</style>