Shades of Army green #545719
Tints of Army green #545719
RGB
CMYK
RGB Variations
Color information
#545719 (or 0x545719) is known color: Army green. HEX triplet: 54, 57 and 19. RGB value is (84,87,25). Sum of RGB (Red+Green+Blue) = 84+87+25=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 87 - color contains mainly: green. Hex color #545719 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545719 is #ABA8E6. Grayscale: #4F4F4F. Windows color (decimal): -11249895 or 1660756. OLE color: 1660756.
HSL color Cylindrical-coordinate representation of color #545719: hue angle of 62.9º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #545719 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 87 | 25 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.66 |
| HSL | 62.9º | 0.55% | 0.22% | - |
| HSV(B) | 62.9º | 0.71% | 0.34% | - |
| XYZ | 7.24 | 8.77 | 2.23 | - |
| YUV | 79.04 | 97.51 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 87 | 25 | 0.03 | 0 | 0.71 | 0.66 | 62.9 | 0.55 | 0.22 |
| Hex | 54 | 57 | 19 | 3 | 0 | 47 | 42 | 3F | 37 | 16 |
| Octal | 124 | 127 | 31 | 3 | 0 | 107 | 102 | 77 | 67 | 26 |
| Binary | 1010100 | 1010111 | 11001 | 11 | 0 | 1000111 | 1000010 | 111111 | 110111 | 10110 |
Color Harmonies of #545719
Complementary color
Monochromatic Colors of #545719
Black with #545719
Text Example
Text Example
White with #545719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545719; }
p { color: rgb(84,87,25); }
H1.HeaderClassName
{
color: #545719;
}
.AnyTagClassName
{
color: #545719;
}
</style>
background-color css
<style>
a { background-color: #545719; }
a { background-color: rgb(84,87,25); }
div.DivClassName
{
background-color: #545719;
}
.BgClassName
{
background-color: #545719;
}
</style>
border-color css
<style>
span { border-color: #545719; }
span { border-color: rgb(84,87,25); }
td.TdClassName
{
border-color: #545719;
}
.TagClassName
{
border-color: #545719;
}
</style>