Shades of Army green #484D28
Tints of Army green #484D28
RGB
CMYK
RGB Variations
Color information
#484D28 (or 0x484D28) is known color: Army green. HEX triplet: 48, 4D and 28. RGB value is (72,77,40). Sum of RGB (Red+Green+Blue) = 72+77+40=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 77 (30.47% from 255 or 40.74% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 77 - color contains mainly: green. Hex color #484D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484D28 is #B7B2D7. Grayscale: #474747. Windows color (decimal): -12038872 or 2641224. OLE color: 2641224.
HSL color Cylindrical-coordinate representation of color #484D28: hue angle of 68.11º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #484D28 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 77 | 40 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.70 |
| HSL | 68.11º | 0.32% | 0.23% | - |
| HSV(B) | 68.11º | 0.48% | 0.3% | - |
| XYZ | 5.71 | 6.84 | 3.03 | - |
| YUV | 71.29 | 110.34 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 40 | 0.06 | 0 | 0.48 | 0.70 | 68.11 | 0.32 | 0.23 |
| Hex | 48 | 4D | 28 | 6 | 0 | 30 | 46 | 44 | 20 | 17 |
| Octal | 110 | 115 | 50 | 6 | 0 | 60 | 106 | 104 | 40 | 27 |
| Binary | 1001000 | 1001101 | 101000 | 110 | 0 | 110000 | 1000110 | 1000100 | 100000 | 10111 |
Color Harmonies of #484D28
Complementary color
Monochromatic Colors of #484D28
Black with #484D28
Text Example
Text Example
White with #484D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484D28; }
p { color: rgb(72,77,40); }
H1.HeaderClassName
{
color: #484D28;
}
.AnyTagClassName
{
color: #484D28;
}
</style>
background-color css
<style>
a { background-color: #484D28; }
a { background-color: rgb(72,77,40); }
div.DivClassName
{
background-color: #484D28;
}
.BgClassName
{
background-color: #484D28;
}
</style>
border-color css
<style>
span { border-color: #484D28; }
span { border-color: rgb(72,77,40); }
td.TdClassName
{
border-color: #484D28;
}
.TagClassName
{
border-color: #484D28;
}
</style>