Shades of Army green #525A1D
Tints of Army green #525A1D
RGB
CMYK
RGB Variations
Color information
#525A1D (or 0x525A1D) is known color: Army green. HEX triplet: 52, 5A and 1D. RGB value is (82,90,29). Sum of RGB (Red+Green+Blue) = 82+90+29=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 90 (35.55% from 255 or 44.78% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 90 - color contains mainly: green. Hex color #525A1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525A1D is #ADA5E2. Grayscale: #505050. Windows color (decimal): -11380195 or 1923666. OLE color: 1923666.
HSL color Cylindrical-coordinate representation of color #525A1D: hue angle of 67.87º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #525A1D is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 90 | 29 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.65 |
| HSL | 67.87º | 0.51% | 0.23% | - |
| HSV(B) | 67.87º | 0.68% | 0.35% | - |
| XYZ | 7.36 | 9.19 | 2.55 | - |
| YUV | 80.65 | 98.85 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 29 | 0.09 | 0 | 0.68 | 0.65 | 67.87 | 0.51 | 0.23 |
| Hex | 52 | 5A | 1D | 9 | 0 | 44 | 41 | 44 | 33 | 17 |
| Octal | 122 | 132 | 35 | 11 | 0 | 104 | 101 | 104 | 63 | 27 |
| Binary | 1010010 | 1011010 | 11101 | 1001 | 0 | 1000100 | 1000001 | 1000100 | 110011 | 10111 |
Color Harmonies of #525A1D
Complementary color
Monochromatic Colors of #525A1D
Black with #525A1D
Text Example
Text Example
White with #525A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525A1D; }
p { color: rgb(82,90,29); }
H1.HeaderClassName
{
color: #525A1D;
}
.AnyTagClassName
{
color: #525A1D;
}
</style>
background-color css
<style>
a { background-color: #525A1D; }
a { background-color: rgb(82,90,29); }
div.DivClassName
{
background-color: #525A1D;
}
.BgClassName
{
background-color: #525A1D;
}
</style>
border-color css
<style>
span { border-color: #525A1D; }
span { border-color: rgb(82,90,29); }
td.TdClassName
{
border-color: #525A1D;
}
.TagClassName
{
border-color: #525A1D;
}
</style>