Shades of Army green #52501B
Tints of Army green #52501B
RGB
CMYK
RGB Variations
Color information
#52501B (or 0x52501B) is known color: Army green. HEX triplet: 52, 50 and 1B. RGB value is (82,80,27). Sum of RGB (Red+Green+Blue) = 82+80+27=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 82 - color contains mainly: red. Hex color #52501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52501B is #ADAFE4. Grayscale: #4A4A4A. Windows color (decimal): -11382757 or 1790034. OLE color: 1790034.
HSL color Cylindrical-coordinate representation of color #52501B: hue angle of 57.82º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52501B is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 80 | 27 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.68 |
| HSL | 57.82º | 0.5% | 0.21% | - |
| HSV(B) | 57.82º | 0.67% | 0.32% | - |
| XYZ | 6.55 | 7.61 | 2.16 | - |
| YUV | 74.56 | 101.16 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 27 | 0 | 0.02 | 0.67 | 0.68 | 57.82 | 0.5 | 0.21 |
| Hex | 52 | 50 | 1B | 0 | 2 | 43 | 44 | 3A | 32 | 15 |
| Octal | 122 | 120 | 33 | 0 | 2 | 103 | 104 | 72 | 62 | 25 |
| Binary | 1010010 | 1010000 | 11011 | 0 | 10 | 1000011 | 1000100 | 111010 | 110010 | 10101 |
Color Harmonies of #52501B
Complementary color
Monochromatic Colors of #52501B
Black with #52501B
Text Example
Text Example
White with #52501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52501B; }
p { color: rgb(82,80,27); }
H1.HeaderClassName
{
color: #52501B;
}
.AnyTagClassName
{
color: #52501B;
}
</style>
background-color css
<style>
a { background-color: #52501B; }
a { background-color: rgb(82,80,27); }
div.DivClassName
{
background-color: #52501B;
}
.BgClassName
{
background-color: #52501B;
}
</style>
border-color css
<style>
span { border-color: #52501B; }
span { border-color: rgb(82,80,27); }
td.TdClassName
{
border-color: #52501B;
}
.TagClassName
{
border-color: #52501B;
}
</style>