Shades of Army green #484E21
Tints of Army green #484E21
RGB
CMYK
RGB Variations
Color information
#484E21 (or 0x484E21) is known color: Army green. HEX triplet: 48, 4E and 21. RGB value is (72,78,33). Sum of RGB (Red+Green+Blue) = 72+78+33=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 78 - color contains mainly: green. Hex color #484E21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484E21 is #B7B1DE. Grayscale: #474747. Windows color (decimal): -12038623 or 2182728. OLE color: 2182728.
HSL color Cylindrical-coordinate representation of color #484E21: hue angle of 68º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #484E21 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 78 | 33 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.69 |
| HSL | 68º | 0.41% | 0.22% | - |
| HSV(B) | 68º | 0.58% | 0.31% | - |
| XYZ | 5.67 | 6.94 | 2.48 | - |
| YUV | 71.08 | 106.51 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 33 | 0.08 | 0 | 0.58 | 0.69 | 68 | 0.41 | 0.22 |
| Hex | 48 | 4E | 21 | 8 | 0 | 3A | 45 | 44 | 29 | 16 |
| Octal | 110 | 116 | 41 | 10 | 0 | 72 | 105 | 104 | 51 | 26 |
| Binary | 1001000 | 1001110 | 100001 | 1000 | 0 | 111010 | 1000101 | 1000100 | 101001 | 10110 |
Color Harmonies of #484E21
Complementary color
Monochromatic Colors of #484E21
Black with #484E21
Text Example
Text Example
White with #484E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484E21; }
p { color: rgb(72,78,33); }
H1.HeaderClassName
{
color: #484E21;
}
.AnyTagClassName
{
color: #484E21;
}
</style>
background-color css
<style>
a { background-color: #484E21; }
a { background-color: rgb(72,78,33); }
div.DivClassName
{
background-color: #484E21;
}
.BgClassName
{
background-color: #484E21;
}
</style>
border-color css
<style>
span { border-color: #484E21; }
span { border-color: rgb(72,78,33); }
td.TdClassName
{
border-color: #484E21;
}
.TagClassName
{
border-color: #484E21;
}
</style>