Shades of Army green #51541C
Tints of Army green #51541C
RGB
CMYK
RGB Variations
Color information
#51541C (or 0x51541C) is known color: Army green. HEX triplet: 51, 54 and 1C. RGB value is (81,84,28). Sum of RGB (Red+Green+Blue) = 81+84+28=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 84 - color contains mainly: green. Hex color #51541C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51541C is #AEABE3. Grayscale: #4C4C4C. Windows color (decimal): -11447268 or 1856593. OLE color: 1856593.
HSL color Cylindrical-coordinate representation of color #51541C: hue angle of 63.21º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51541C is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 84 | 28 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.67 |
| HSL | 63.21º | 0.5% | 0.22% | - |
| HSV(B) | 63.21º | 0.67% | 0.33% | - |
| XYZ | 6.77 | 8.17 | 2.32 | - |
| YUV | 76.72 | 100.51 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 84 | 28 | 0.04 | 0 | 0.67 | 0.67 | 63.21 | 0.5 | 0.22 |
| Hex | 51 | 54 | 1C | 4 | 0 | 43 | 43 | 3F | 32 | 16 |
| Octal | 121 | 124 | 34 | 4 | 0 | 103 | 103 | 77 | 62 | 26 |
| Binary | 1010001 | 1010100 | 11100 | 100 | 0 | 1000011 | 1000011 | 111111 | 110010 | 10110 |
Color Harmonies of #51541C
Complementary color
Monochromatic Colors of #51541C
Black with #51541C
Text Example
Text Example
White with #51541C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51541C; }
p { color: rgb(81,84,28); }
H1.HeaderClassName
{
color: #51541C;
}
.AnyTagClassName
{
color: #51541C;
}
</style>
background-color css
<style>
a { background-color: #51541C; }
a { background-color: rgb(81,84,28); }
div.DivClassName
{
background-color: #51541C;
}
.BgClassName
{
background-color: #51541C;
}
</style>
border-color css
<style>
span { border-color: #51541C; }
span { border-color: rgb(81,84,28); }
td.TdClassName
{
border-color: #51541C;
}
.TagClassName
{
border-color: #51541C;
}
</style>