Shades of Army green #525C19
Tints of Army green #525C19
RGB
CMYK
RGB Variations
Color information
#525C19 (or 0x525C19) is known color: Army green. HEX triplet: 52, 5C and 19. RGB value is (82,92,25). Sum of RGB (Red+Green+Blue) = 82+92+25=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 92 (36.33% from 255 or 46.23% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 92 - color contains mainly: green. Hex color #525C19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525C19 is #ADA3E6. Grayscale: #515151. Windows color (decimal): -11379687 or 1662034. OLE color: 1662034.
HSL color Cylindrical-coordinate representation of color #525C19: hue angle of 68.96º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #525C19 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 92 | 25 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.64 |
| HSL | 68.96º | 0.57% | 0.23% | - |
| HSV(B) | 68.96º | 0.73% | 0.36% | - |
| XYZ | 7.48 | 9.52 | 2.36 | - |
| YUV | 81.37 | 96.19 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 25 | 0.11 | 0 | 0.73 | 0.64 | 68.96 | 0.57 | 0.23 |
| Hex | 52 | 5C | 19 | B | 0 | 49 | 40 | 45 | 39 | 17 |
| Octal | 122 | 134 | 31 | 13 | 0 | 111 | 100 | 105 | 71 | 27 |
| Binary | 1010010 | 1011100 | 11001 | 1011 | 0 | 1001001 | 1000000 | 1000101 | 111001 | 10111 |
Color Harmonies of #525C19
Complementary color
Monochromatic Colors of #525C19
Black with #525C19
Text Example
Text Example
White with #525C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525C19; }
p { color: rgb(82,92,25); }
H1.HeaderClassName
{
color: #525C19;
}
.AnyTagClassName
{
color: #525C19;
}
</style>
background-color css
<style>
a { background-color: #525C19; }
a { background-color: rgb(82,92,25); }
div.DivClassName
{
background-color: #525C19;
}
.BgClassName
{
background-color: #525C19;
}
</style>
border-color css
<style>
span { border-color: #525C19; }
span { border-color: rgb(82,92,25); }
td.TdClassName
{
border-color: #525C19;
}
.TagClassName
{
border-color: #525C19;
}
</style>