Shades of Army green #53531F
Tints of Army green #53531F
RGB
CMYK
RGB Variations
Color information
#53531F (or 0x53531F) is known color: Army green. HEX triplet: 53, 53 and 1F. RGB value is (83,83,31). Sum of RGB (Red+Green+Blue) = 83+83+31=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 83 - color contains mainly: red, green. Hex color #53531F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53531F is #ACACE0. Grayscale: #4D4D4D. Windows color (decimal): -11316449 or 2052947. OLE color: 2052947.
HSL color Cylindrical-coordinate representation of color #53531F: hue angle of 60º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53531F is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 83 | 31 | - |
| CMYK | 0 | 0 | 0.63 | 0.67 |
| HSL | 60º | 0.46% | 0.22% | - |
| HSV(B) | 60º | 0.63% | 0.33% | - |
| XYZ | 6.91 | 8.12 | 2.5 | - |
| YUV | 77.07 | 102 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 83 | 31 | 0 | 0 | 0.63 | 0.67 | 60 | 0.46 | 0.22 |
| Hex | 53 | 53 | 1F | 0 | 0 | 3F | 43 | 3C | 2E | 16 |
| Octal | 123 | 123 | 37 | 0 | 0 | 77 | 103 | 74 | 56 | 26 |
| Binary | 1010011 | 1010011 | 11111 | 0 | 0 | 111111 | 1000011 | 111100 | 101110 | 10110 |
Color Harmonies of #53531F
Complementary color
Monochromatic Colors of #53531F
Black with #53531F
Text Example
Text Example
White with #53531F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53531F; }
p { color: rgb(83,83,31); }
H1.HeaderClassName
{
color: #53531F;
}
.AnyTagClassName
{
color: #53531F;
}
</style>
background-color css
<style>
a { background-color: #53531F; }
a { background-color: rgb(83,83,31); }
div.DivClassName
{
background-color: #53531F;
}
.BgClassName
{
background-color: #53531F;
}
</style>
border-color css
<style>
span { border-color: #53531F; }
span { border-color: rgb(83,83,31); }
td.TdClassName
{
border-color: #53531F;
}
.TagClassName
{
border-color: #53531F;
}
</style>