Shades of Army green #52621C
Tints of Army green #52621C
RGB
CMYK
RGB Variations
Color information
#52621C (or 0x52621C) is known color: Army green. HEX triplet: 52, 62 and 1C. RGB value is (82,98,28). Sum of RGB (Red+Green+Blue) = 82+98+28=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 98 (38.67% from 255 or 47.12% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 98 - color contains mainly: green. Hex color #52621C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52621C is #AD9DE3. Grayscale: #555555. Windows color (decimal): -11378148 or 1860178. OLE color: 1860178.
HSL color Cylindrical-coordinate representation of color #52621C: hue angle of 73.71º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52621C is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 98 | 28 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.62 |
| HSL | 73.71º | 0.56% | 0.25% | - |
| HSV(B) | 73.71º | 0.71% | 0.38% | - |
| XYZ | 8.06 | 10.61 | 2.72 | - |
| YUV | 85.24 | 95.7 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 98 | 28 | 0.16 | 0 | 0.71 | 0.62 | 73.71 | 0.56 | 0.25 |
| Hex | 52 | 62 | 1C | 10 | 0 | 47 | 3E | 4A | 38 | 19 |
| Octal | 122 | 142 | 34 | 20 | 0 | 107 | 76 | 112 | 70 | 31 |
| Binary | 1010010 | 1100010 | 11100 | 10000 | 0 | 1000111 | 111110 | 1001010 | 111000 | 11001 |
Color Harmonies of #52621C
Complementary color
Monochromatic Colors of #52621C
Black with #52621C
Text Example
Text Example
White with #52621C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52621C; }
p { color: rgb(82,98,28); }
H1.HeaderClassName
{
color: #52621C;
}
.AnyTagClassName
{
color: #52621C;
}
</style>
background-color css
<style>
a { background-color: #52621C; }
a { background-color: rgb(82,98,28); }
div.DivClassName
{
background-color: #52621C;
}
.BgClassName
{
background-color: #52621C;
}
</style>
border-color css
<style>
span { border-color: #52621C; }
span { border-color: rgb(82,98,28); }
td.TdClassName
{
border-color: #52621C;
}
.TagClassName
{
border-color: #52621C;
}
</style>