Shades of Army green #484D1E
Tints of Army green #484D1E
RGB
CMYK
RGB Variations
Color information
#484D1E (or 0x484D1E) is known color: Army green. HEX triplet: 48, 4D and 1E. RGB value is (72,77,30). Sum of RGB (Red+Green+Blue) = 72+77+30=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 77 - color contains mainly: green. Hex color #484D1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484D1E is #B7B2E1. Grayscale: #464646. Windows color (decimal): -12038882 or 1985864. OLE color: 1985864.
HSL color Cylindrical-coordinate representation of color #484D1E: hue angle of 66.38º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #484D1E is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 77 | 30 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.70 |
| HSL | 66.38º | 0.44% | 0.21% | - |
| HSV(B) | 66.38º | 0.61% | 0.3% | - |
| XYZ | 5.56 | 6.78 | 2.24 | - |
| YUV | 70.15 | 105.34 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 30 | 0.06 | 0 | 0.61 | 0.70 | 66.38 | 0.44 | 0.21 |
| Hex | 48 | 4D | 1E | 6 | 0 | 3D | 46 | 42 | 2C | 15 |
| Octal | 110 | 115 | 36 | 6 | 0 | 75 | 106 | 102 | 54 | 25 |
| Binary | 1001000 | 1001101 | 11110 | 110 | 0 | 111101 | 1000110 | 1000010 | 101100 | 10101 |
Color Harmonies of #484D1E
Complementary color
Monochromatic Colors of #484D1E
Black with #484D1E
Text Example
Text Example
White with #484D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484D1E; }
p { color: rgb(72,77,30); }
H1.HeaderClassName
{
color: #484D1E;
}
.AnyTagClassName
{
color: #484D1E;
}
</style>
background-color css
<style>
a { background-color: #484D1E; }
a { background-color: rgb(72,77,30); }
div.DivClassName
{
background-color: #484D1E;
}
.BgClassName
{
background-color: #484D1E;
}
</style>
border-color css
<style>
span { border-color: #484D1E; }
span { border-color: rgb(72,77,30); }
td.TdClassName
{
border-color: #484D1E;
}
.TagClassName
{
border-color: #484D1E;
}
</style>