Shades of Army green #52541B
Tints of Army green #52541B
RGB
CMYK
RGB Variations
Color information
#52541B (or 0x52541B) is known color: Army green. HEX triplet: 52, 54 and 1B. RGB value is (82,84,27). Sum of RGB (Red+Green+Blue) = 82+84+27=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 84 - color contains mainly: green. Hex color #52541B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52541B is #ADABE4. Grayscale: #4D4D4D. Windows color (decimal): -11381733 or 1791058. OLE color: 1791058.
HSL color Cylindrical-coordinate representation of color #52541B: hue angle of 62.11º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52541B is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 84 | 27 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.67 |
| HSL | 62.11º | 0.51% | 0.22% | - |
| HSV(B) | 62.11º | 0.68% | 0.33% | - |
| XYZ | 6.85 | 8.21 | 2.26 | - |
| YUV | 76.9 | 99.84 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 84 | 27 | 0.02 | 0 | 0.68 | 0.67 | 62.11 | 0.51 | 0.22 |
| Hex | 52 | 54 | 1B | 2 | 0 | 44 | 43 | 3E | 33 | 16 |
| Octal | 122 | 124 | 33 | 2 | 0 | 104 | 103 | 76 | 63 | 26 |
| Binary | 1010010 | 1010100 | 11011 | 10 | 0 | 1000100 | 1000011 | 111110 | 110011 | 10110 |
Color Harmonies of #52541B
Complementary color
Monochromatic Colors of #52541B
Black with #52541B
Text Example
Text Example
White with #52541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52541B; }
p { color: rgb(82,84,27); }
H1.HeaderClassName
{
color: #52541B;
}
.AnyTagClassName
{
color: #52541B;
}
</style>
background-color css
<style>
a { background-color: #52541B; }
a { background-color: rgb(82,84,27); }
div.DivClassName
{
background-color: #52541B;
}
.BgClassName
{
background-color: #52541B;
}
</style>
border-color css
<style>
span { border-color: #52541B; }
span { border-color: rgb(82,84,27); }
td.TdClassName
{
border-color: #52541B;
}
.TagClassName
{
border-color: #52541B;
}
</style>