Shades of Army green #484D1F
Tints of Army green #484D1F
RGB
CMYK
RGB Variations
Color information
#484D1F (or 0x484D1F) is known color: Army green. HEX triplet: 48, 4D and 1F. RGB value is (72,77,31). Sum of RGB (Red+Green+Blue) = 72+77+31=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 77 (30.47% from 255 or 42.78% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 77 - color contains mainly: green. Hex color #484D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484D1F is #B7B2E0. Grayscale: #464646. Windows color (decimal): -12038881 or 2051400. OLE color: 2051400.
HSL color Cylindrical-coordinate representation of color #484D1F: hue angle of 66.52º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #484D1F is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 77 | 31 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.70 |
| HSL | 66.52º | 0.43% | 0.21% | - |
| HSV(B) | 66.52º | 0.6% | 0.3% | - |
| XYZ | 5.57 | 6.78 | 2.31 | - |
| YUV | 70.26 | 105.84 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 31 | 0.06 | 0 | 0.60 | 0.70 | 66.52 | 0.43 | 0.21 |
| Hex | 48 | 4D | 1F | 6 | 0 | 3C | 46 | 43 | 2B | 15 |
| Octal | 110 | 115 | 37 | 6 | 0 | 74 | 106 | 103 | 53 | 25 |
| Binary | 1001000 | 1001101 | 11111 | 110 | 0 | 111100 | 1000110 | 1000011 | 101011 | 10101 |
Color Harmonies of #484D1F
Complementary color
Monochromatic Colors of #484D1F
Black with #484D1F
Text Example
Text Example
White with #484D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484D1F; }
p { color: rgb(72,77,31); }
H1.HeaderClassName
{
color: #484D1F;
}
.AnyTagClassName
{
color: #484D1F;
}
</style>
background-color css
<style>
a { background-color: #484D1F; }
a { background-color: rgb(72,77,31); }
div.DivClassName
{
background-color: #484D1F;
}
.BgClassName
{
background-color: #484D1F;
}
</style>
border-color css
<style>
span { border-color: #484D1F; }
span { border-color: rgb(72,77,31); }
td.TdClassName
{
border-color: #484D1F;
}
.TagClassName
{
border-color: #484D1F;
}
</style>