Shades of Army green #525312
Tints of Army green #525312
RGB
CMYK
RGB Variations
Color information
#525312 (or 0x525312) is known color: Army green. HEX triplet: 52, 53 and 12. RGB value is (82,83,18). Sum of RGB (Red+Green+Blue) = 82+83+18=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #525312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525312 is #ADACED. Grayscale: #4B4B4B. Windows color (decimal): -11381998 or 1200978. OLE color: 1200978.
HSL color Cylindrical-coordinate representation of color #525312: hue angle of 60.92º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #525312 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 83 | 18 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.67 |
| HSL | 60.92º | 0.64% | 0.2% | - |
| HSV(B) | 60.92º | 0.78% | 0.33% | - |
| XYZ | 6.68 | 8.02 | 1.77 | - |
| YUV | 75.29 | 95.67 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 18 | 0.01 | 0 | 0.78 | 0.67 | 60.92 | 0.64 | 0.2 |
| Hex | 52 | 53 | 12 | 1 | 0 | 4E | 43 | 3D | 40 | 14 |
| Octal | 122 | 123 | 22 | 1 | 0 | 116 | 103 | 75 | 100 | 24 |
| Binary | 1010010 | 1010011 | 10010 | 1 | 0 | 1001110 | 1000011 | 111101 | 1000000 | 10100 |
Color Harmonies of #525312
Complementary color
Monochromatic Colors of #525312
Black with #525312
Text Example
Text Example
White with #525312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525312; }
p { color: rgb(82,83,18); }
H1.HeaderClassName
{
color: #525312;
}
.AnyTagClassName
{
color: #525312;
}
</style>
background-color css
<style>
a { background-color: #525312; }
a { background-color: rgb(82,83,18); }
div.DivClassName
{
background-color: #525312;
}
.BgClassName
{
background-color: #525312;
}
</style>
border-color css
<style>
span { border-color: #525312; }
span { border-color: rgb(82,83,18); }
td.TdClassName
{
border-color: #525312;
}
.TagClassName
{
border-color: #525312;
}
</style>