Shades of Army green #484919
Tints of Army green #484919
RGB
CMYK
RGB Variations
Color information
#484919 (or 0x484919) is known color: Army green. HEX triplet: 48, 49 and 19. RGB value is (72,73,25). Sum of RGB (Red+Green+Blue) = 72+73+25=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 73 - color contains mainly: green. Hex color #484919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484919 is #B7B6E6. Grayscale: #434343. Windows color (decimal): -12039911 or 1657160. OLE color: 1657160.
HSL color Cylindrical-coordinate representation of color #484919: hue angle of 61.25º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #484919 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 73 | 25 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.71 |
| HSL | 61.25º | 0.49% | 0.19% | - |
| HSV(B) | 61.25º | 0.66% | 0.29% | - |
| XYZ | 5.23 | 6.21 | 1.84 | - |
| YUV | 67.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 25 | 0.01 | 0 | 0.66 | 0.71 | 61.25 | 0.49 | 0.19 |
| Hex | 48 | 49 | 19 | 1 | 0 | 42 | 47 | 3D | 31 | 13 |
| Octal | 110 | 111 | 31 | 1 | 0 | 102 | 107 | 75 | 61 | 23 |
| Binary | 1001000 | 1001001 | 11001 | 1 | 0 | 1000010 | 1000111 | 111101 | 110001 | 10011 |
Color Harmonies of #484919
Complementary color
Monochromatic Colors of #484919
Black with #484919
Text Example
Text Example
White with #484919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484919; }
p { color: rgb(72,73,25); }
H1.HeaderClassName
{
color: #484919;
}
.AnyTagClassName
{
color: #484919;
}
</style>
background-color css
<style>
a { background-color: #484919; }
a { background-color: rgb(72,73,25); }
div.DivClassName
{
background-color: #484919;
}
.BgClassName
{
background-color: #484919;
}
</style>
border-color css
<style>
span { border-color: #484919; }
span { border-color: rgb(72,73,25); }
td.TdClassName
{
border-color: #484919;
}
.TagClassName
{
border-color: #484919;
}
</style>