Shades of Army green #52541A
Tints of Army green #52541A
RGB
CMYK
RGB Variations
Color information
#52541A (or 0x52541A) is known color: Army green. HEX triplet: 52, 54 and 1A. RGB value is (82,84,26). Sum of RGB (Red+Green+Blue) = 82+84+26=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 84 - color contains mainly: green. Hex color #52541A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52541A is #ADABE5. Grayscale: #4D4D4D. Windows color (decimal): -11381734 or 1725522. OLE color: 1725522.
HSL color Cylindrical-coordinate representation of color #52541A: hue angle of 62.07º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52541A is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 84 | 26 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.67 |
| HSL | 62.07º | 0.53% | 0.22% | - |
| HSV(B) | 62.07º | 0.69% | 0.33% | - |
| XYZ | 6.84 | 8.21 | 2.2 | - |
| YUV | 76.79 | 99.34 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 84 | 26 | 0.02 | 0 | 0.69 | 0.67 | 62.07 | 0.53 | 0.22 |
| Hex | 52 | 54 | 1A | 2 | 0 | 45 | 43 | 3E | 35 | 16 |
| Octal | 122 | 124 | 32 | 2 | 0 | 105 | 103 | 76 | 65 | 26 |
| Binary | 1010010 | 1010100 | 11010 | 10 | 0 | 1000101 | 1000011 | 111110 | 110101 | 10110 |
Color Harmonies of #52541A
Complementary color
Monochromatic Colors of #52541A
Black with #52541A
Text Example
Text Example
White with #52541A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52541A; }
p { color: rgb(82,84,26); }
H1.HeaderClassName
{
color: #52541A;
}
.AnyTagClassName
{
color: #52541A;
}
</style>
background-color css
<style>
a { background-color: #52541A; }
a { background-color: rgb(82,84,26); }
div.DivClassName
{
background-color: #52541A;
}
.BgClassName
{
background-color: #52541A;
}
</style>
border-color css
<style>
span { border-color: #52541A; }
span { border-color: rgb(82,84,26); }
td.TdClassName
{
border-color: #52541A;
}
.TagClassName
{
border-color: #52541A;
}
</style>