Shades of Army green #525A1C
Tints of Army green #525A1C
RGB
CMYK
RGB Variations
Color information
#525A1C (or 0x525A1C) is known color: Army green. HEX triplet: 52, 5A and 1C. RGB value is (82,90,28). Sum of RGB (Red+Green+Blue) = 82+90+28=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 90 (35.55% from 255 or 45% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 90 - color contains mainly: green. Hex color #525A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525A1C is #ADA5E3. Grayscale: #505050. Windows color (decimal): -11380196 or 1858130. OLE color: 1858130.
HSL color Cylindrical-coordinate representation of color #525A1C: hue angle of 67.74º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #525A1C is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 90 | 28 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.65 |
| HSL | 67.74º | 0.53% | 0.23% | - |
| HSV(B) | 67.74º | 0.69% | 0.35% | - |
| XYZ | 7.35 | 9.19 | 2.49 | - |
| YUV | 80.54 | 98.35 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 28 | 0.09 | 0 | 0.69 | 0.65 | 67.74 | 0.53 | 0.23 |
| Hex | 52 | 5A | 1C | 9 | 0 | 45 | 41 | 44 | 35 | 17 |
| Octal | 122 | 132 | 34 | 11 | 0 | 105 | 101 | 104 | 65 | 27 |
| Binary | 1010010 | 1011010 | 11100 | 1001 | 0 | 1000101 | 1000001 | 1000100 | 110101 | 10111 |
Color Harmonies of #525A1C
Complementary color
Monochromatic Colors of #525A1C
Black with #525A1C
Text Example
Text Example
White with #525A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525A1C; }
p { color: rgb(82,90,28); }
H1.HeaderClassName
{
color: #525A1C;
}
.AnyTagClassName
{
color: #525A1C;
}
</style>
background-color css
<style>
a { background-color: #525A1C; }
a { background-color: rgb(82,90,28); }
div.DivClassName
{
background-color: #525A1C;
}
.BgClassName
{
background-color: #525A1C;
}
</style>
border-color css
<style>
span { border-color: #525A1C; }
span { border-color: rgb(82,90,28); }
td.TdClassName
{
border-color: #525A1C;
}
.TagClassName
{
border-color: #525A1C;
}
</style>