Shades of Army green #484817
Tints of Army green #484817
RGB
CMYK
RGB Variations
Color information
#484817 (or 0x484817) is known color: Army green. HEX triplet: 48, 48 and 17. RGB value is (72,72,23). Sum of RGB (Red+Green+Blue) = 72+72+23=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 23 (9.38% from 255 or 13.77% from 167); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484817 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484817 is #B7B7E8. Grayscale: #424242. Windows color (decimal): -12040169 or 1525832. OLE color: 1525832.
HSL color Cylindrical-coordinate representation of color #484817: hue angle of 60º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #484817 is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 72 | 23 | - |
| CMYK | 0 | 0 | 0.68 | 0.72 |
| HSL | 60º | 0.52% | 0.19% | - |
| HSV(B) | 60º | 0.68% | 0.28% | - |
| XYZ | 5.14 | 6.07 | 1.71 | - |
| YUV | 66.41 | 103.5 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 72 | 23 | 0 | 0 | 0.68 | 0.72 | 60 | 0.52 | 0.19 |
| Hex | 48 | 48 | 17 | 0 | 0 | 44 | 48 | 3C | 34 | 13 |
| Octal | 110 | 110 | 27 | 0 | 0 | 104 | 110 | 74 | 64 | 23 |
| Binary | 1001000 | 1001000 | 10111 | 0 | 0 | 1000100 | 1001000 | 111100 | 110100 | 10011 |
Color Harmonies of #484817
Complementary color
Monochromatic Colors of #484817
Black with #484817
Text Example
Text Example
White with #484817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484817; }
p { color: rgb(72,72,23); }
H1.HeaderClassName
{
color: #484817;
}
.AnyTagClassName
{
color: #484817;
}
</style>
background-color css
<style>
a { background-color: #484817; }
a { background-color: rgb(72,72,23); }
div.DivClassName
{
background-color: #484817;
}
.BgClassName
{
background-color: #484817;
}
</style>
border-color css
<style>
span { border-color: #484817; }
span { border-color: rgb(72,72,23); }
td.TdClassName
{
border-color: #484817;
}
.TagClassName
{
border-color: #484817;
}
</style>