Shades of Army green #525D1D
Tints of Army green #525D1D
RGB
CMYK
RGB Variations
Color information
#525D1D (or 0x525D1D) is known color: Army green. HEX triplet: 52, 5D and 1D. RGB value is (82,93,29). Sum of RGB (Red+Green+Blue) = 82+93+29=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 93 (36.72% from 255 or 45.59% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 93 - color contains mainly: green. Hex color #525D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525D1D is #ADA2E2. Grayscale: #525252. Windows color (decimal): -11379427 or 1924434. OLE color: 1924434.
HSL color Cylindrical-coordinate representation of color #525D1D: hue angle of 70.31º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #525D1D is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 93 | 29 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.64 |
| HSL | 70.31º | 0.52% | 0.24% | - |
| HSV(B) | 70.31º | 0.69% | 0.36% | - |
| XYZ | 7.62 | 9.71 | 2.64 | - |
| YUV | 82.42 | 97.86 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 29 | 0.12 | 0 | 0.69 | 0.64 | 70.31 | 0.52 | 0.24 |
| Hex | 52 | 5D | 1D | C | 0 | 45 | 40 | 46 | 34 | 18 |
| Octal | 122 | 135 | 35 | 14 | 0 | 105 | 100 | 106 | 64 | 30 |
| Binary | 1010010 | 1011101 | 11101 | 1100 | 0 | 1000101 | 1000000 | 1000110 | 110100 | 11000 |
Color Harmonies of #525D1D
Complementary color
Monochromatic Colors of #525D1D
Black with #525D1D
Text Example
Text Example
White with #525D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525D1D; }
p { color: rgb(82,93,29); }
H1.HeaderClassName
{
color: #525D1D;
}
.AnyTagClassName
{
color: #525D1D;
}
</style>
background-color css
<style>
a { background-color: #525D1D; }
a { background-color: rgb(82,93,29); }
div.DivClassName
{
background-color: #525D1D;
}
.BgClassName
{
background-color: #525D1D;
}
</style>
border-color css
<style>
span { border-color: #525D1D; }
span { border-color: rgb(82,93,29); }
td.TdClassName
{
border-color: #525D1D;
}
.TagClassName
{
border-color: #525D1D;
}
</style>