Shades of Army green #525618
Tints of Army green #525618
RGB
CMYK
RGB Variations
Color information
#525618 (or 0x525618) is known color: Army green. HEX triplet: 52, 56 and 18. RGB value is (82,86,24). Sum of RGB (Red+Green+Blue) = 82+86+24=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 24 (9.77% from 255 or 12.5% from 192); Max value from RGB is 86 - color contains mainly: green. Hex color #525618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525618 is #ADA9E7. Grayscale: #4D4D4D. Windows color (decimal): -11381224 or 1594962. OLE color: 1594962.
HSL color Cylindrical-coordinate representation of color #525618: hue angle of 63.87º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #525618 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 86 | 24 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.66 |
| HSL | 63.87º | 0.56% | 0.22% | - |
| HSV(B) | 63.87º | 0.72% | 0.34% | - |
| XYZ | 6.97 | 8.52 | 2.14 | - |
| YUV | 77.74 | 97.67 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 24 | 0.05 | 0 | 0.72 | 0.66 | 63.87 | 0.56 | 0.22 |
| Hex | 52 | 56 | 18 | 5 | 0 | 48 | 42 | 40 | 38 | 16 |
| Octal | 122 | 126 | 30 | 5 | 0 | 110 | 102 | 100 | 70 | 26 |
| Binary | 1010010 | 1010110 | 11000 | 101 | 0 | 1001000 | 1000010 | 1000000 | 111000 | 10110 |
Color Harmonies of #525618
Complementary color
Monochromatic Colors of #525618
Black with #525618
Text Example
Text Example
White with #525618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525618; }
p { color: rgb(82,86,24); }
H1.HeaderClassName
{
color: #525618;
}
.AnyTagClassName
{
color: #525618;
}
</style>
background-color css
<style>
a { background-color: #525618; }
a { background-color: rgb(82,86,24); }
div.DivClassName
{
background-color: #525618;
}
.BgClassName
{
background-color: #525618;
}
</style>
border-color css
<style>
span { border-color: #525618; }
span { border-color: rgb(82,86,24); }
td.TdClassName
{
border-color: #525618;
}
.TagClassName
{
border-color: #525618;
}
</style>