Shades of Army green #52551C
Tints of Army green #52551C
RGB
CMYK
RGB Variations
Color information
#52551C (or 0x52551C) is known color: Army green. HEX triplet: 52, 55 and 1C. RGB value is (82,85,28). Sum of RGB (Red+Green+Blue) = 82+85+28=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #52551C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52551C is #ADAAE3. Grayscale: #4D4D4D. Windows color (decimal): -11381476 or 1856850. OLE color: 1856850.
HSL color Cylindrical-coordinate representation of color #52551C: hue angle of 63.16º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52551C is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 85 | 28 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.67 |
| HSL | 63.16º | 0.5% | 0.22% | - |
| HSV(B) | 63.16º | 0.67% | 0.33% | - |
| XYZ | 6.94 | 8.37 | 2.35 | - |
| YUV | 77.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 28 | 0.04 | 0 | 0.67 | 0.67 | 63.16 | 0.5 | 0.22 |
| Hex | 52 | 55 | 1C | 4 | 0 | 43 | 43 | 3F | 32 | 16 |
| Octal | 122 | 125 | 34 | 4 | 0 | 103 | 103 | 77 | 62 | 26 |
| Binary | 1010010 | 1010101 | 11100 | 100 | 0 | 1000011 | 1000011 | 111111 | 110010 | 10110 |
Color Harmonies of #52551C
Complementary color
Monochromatic Colors of #52551C
Black with #52551C
Text Example
Text Example
White with #52551C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52551C; }
p { color: rgb(82,85,28); }
H1.HeaderClassName
{
color: #52551C;
}
.AnyTagClassName
{
color: #52551C;
}
</style>
background-color css
<style>
a { background-color: #52551C; }
a { background-color: rgb(82,85,28); }
div.DivClassName
{
background-color: #52551C;
}
.BgClassName
{
background-color: #52551C;
}
</style>
border-color css
<style>
span { border-color: #52551C; }
span { border-color: rgb(82,85,28); }
td.TdClassName
{
border-color: #52551C;
}
.TagClassName
{
border-color: #52551C;
}
</style>