Shades of Army green #484918
Tints of Army green #484918
RGB
CMYK
RGB Variations
Color information
#484918 (or 0x484918) is known color: Army green. HEX triplet: 48, 49 and 18. RGB value is (72,73,24). Sum of RGB (Red+Green+Blue) = 72+73+24=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 24 (9.77% from 255 or 14.20% from 169); Max value from RGB is 73 - color contains mainly: green. Hex color #484918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484918 is #B7B6E7. Grayscale: #434343. Windows color (decimal): -12039912 or 1591624. OLE color: 1591624.
HSL color Cylindrical-coordinate representation of color #484918: hue angle of 61.22º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #484918 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 73 | 24 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.71 |
| HSL | 61.22º | 0.51% | 0.19% | - |
| HSV(B) | 61.22º | 0.67% | 0.29% | - |
| XYZ | 5.22 | 6.21 | 1.79 | - |
| YUV | 67.12 | 103.67 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 24 | 0.01 | 0 | 0.67 | 0.71 | 61.22 | 0.51 | 0.19 |
| Hex | 48 | 49 | 18 | 1 | 0 | 43 | 47 | 3D | 33 | 13 |
| Octal | 110 | 111 | 30 | 1 | 0 | 103 | 107 | 75 | 63 | 23 |
| Binary | 1001000 | 1001001 | 11000 | 1 | 0 | 1000011 | 1000111 | 111101 | 110011 | 10011 |
Color Harmonies of #484918
Complementary color
Monochromatic Colors of #484918
Black with #484918
Text Example
Text Example
White with #484918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484918; }
p { color: rgb(72,73,24); }
H1.HeaderClassName
{
color: #484918;
}
.AnyTagClassName
{
color: #484918;
}
</style>
background-color css
<style>
a { background-color: #484918; }
a { background-color: rgb(72,73,24); }
div.DivClassName
{
background-color: #484918;
}
.BgClassName
{
background-color: #484918;
}
</style>
border-color css
<style>
span { border-color: #484918; }
span { border-color: rgb(72,73,24); }
td.TdClassName
{
border-color: #484918;
}
.TagClassName
{
border-color: #484918;
}
</style>