Shades of Army green #52531C
Tints of Army green #52531C
RGB
CMYK
RGB Variations
Color information
#52531C (or 0x52531C) is known color: Army green. HEX triplet: 52, 53 and 1C. RGB value is (82,83,28). Sum of RGB (Red+Green+Blue) = 82+83+28=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 83 - color contains mainly: green. Hex color #52531C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52531C is #ADACE3. Grayscale: #4C4C4C. Windows color (decimal): -11381988 or 1856338. OLE color: 1856338.
HSL color Cylindrical-coordinate representation of color #52531C: hue angle of 61.09º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52531C is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 83 | 28 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.67 |
| HSL | 61.09º | 0.5% | 0.22% | - |
| HSV(B) | 61.09º | 0.66% | 0.33% | - |
| XYZ | 6.78 | 8.06 | 2.3 | - |
| YUV | 76.43 | 100.67 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 28 | 0.01 | 0 | 0.66 | 0.67 | 61.09 | 0.5 | 0.22 |
| Hex | 52 | 53 | 1C | 1 | 0 | 42 | 43 | 3D | 32 | 16 |
| Octal | 122 | 123 | 34 | 1 | 0 | 102 | 103 | 75 | 62 | 26 |
| Binary | 1010010 | 1010011 | 11100 | 1 | 0 | 1000010 | 1000011 | 111101 | 110010 | 10110 |
Color Harmonies of #52531C
Complementary color
Monochromatic Colors of #52531C
Black with #52531C
Text Example
Text Example
White with #52531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52531C; }
p { color: rgb(82,83,28); }
H1.HeaderClassName
{
color: #52531C;
}
.AnyTagClassName
{
color: #52531C;
}
</style>
background-color css
<style>
a { background-color: #52531C; }
a { background-color: rgb(82,83,28); }
div.DivClassName
{
background-color: #52531C;
}
.BgClassName
{
background-color: #52531C;
}
</style>
border-color css
<style>
span { border-color: #52531C; }
span { border-color: rgb(82,83,28); }
td.TdClassName
{
border-color: #52531C;
}
.TagClassName
{
border-color: #52531C;
}
</style>