Shades of Army green #51541F
Tints of Army green #51541F
RGB
CMYK
RGB Variations
Color information
#51541F (or 0x51541F) is known color: Army green. HEX triplet: 51, 54 and 1F. RGB value is (81,84,31). Sum of RGB (Red+Green+Blue) = 81+84+31=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 84 - color contains mainly: green. Hex color #51541F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51541F is #AEABE0. Grayscale: #4D4D4D. Windows color (decimal): -11447265 or 2053201. OLE color: 2053201.
HSL color Cylindrical-coordinate representation of color #51541F: hue angle of 63.4º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51541F is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 84 | 31 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.67 |
| HSL | 63.4º | 0.46% | 0.23% | - |
| HSV(B) | 63.4º | 0.63% | 0.33% | - |
| XYZ | 6.81 | 8.19 | 2.52 | - |
| YUV | 77.06 | 102.01 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 84 | 31 | 0.04 | 0 | 0.63 | 0.67 | 63.4 | 0.46 | 0.23 |
| Hex | 51 | 54 | 1F | 4 | 0 | 3F | 43 | 3F | 2E | 17 |
| Octal | 121 | 124 | 37 | 4 | 0 | 77 | 103 | 77 | 56 | 27 |
| Binary | 1010001 | 1010100 | 11111 | 100 | 0 | 111111 | 1000011 | 111111 | 101110 | 10111 |
Color Harmonies of #51541F
Complementary color
Monochromatic Colors of #51541F
Black with #51541F
Text Example
Text Example
White with #51541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51541F; }
p { color: rgb(81,84,31); }
H1.HeaderClassName
{
color: #51541F;
}
.AnyTagClassName
{
color: #51541F;
}
</style>
background-color css
<style>
a { background-color: #51541F; }
a { background-color: rgb(81,84,31); }
div.DivClassName
{
background-color: #51541F;
}
.BgClassName
{
background-color: #51541F;
}
</style>
border-color css
<style>
span { border-color: #51541F; }
span { border-color: rgb(81,84,31); }
td.TdClassName
{
border-color: #51541F;
}
.TagClassName
{
border-color: #51541F;
}
</style>