Shades of Army green #484E22
Tints of Army green #484E22
RGB
CMYK
RGB Variations
Color information
#484E22 (or 0x484E22) is known color: Army green. HEX triplet: 48, 4E and 22. RGB value is (72,78,34). Sum of RGB (Red+Green+Blue) = 72+78+34=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 78 - color contains mainly: green. Hex color #484E22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484E22 is #B7B1DD. Grayscale: #474747. Windows color (decimal): -12038622 or 2248264. OLE color: 2248264.
HSL color Cylindrical-coordinate representation of color #484E22: hue angle of 68.18º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #484E22 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 78 | 34 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.69 |
| HSL | 68.18º | 0.39% | 0.22% | - |
| HSV(B) | 68.18º | 0.56% | 0.31% | - |
| XYZ | 5.69 | 6.94 | 2.55 | - |
| YUV | 71.19 | 107.01 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 34 | 0.08 | 0 | 0.56 | 0.69 | 68.18 | 0.39 | 0.22 |
| Hex | 48 | 4E | 22 | 8 | 0 | 38 | 45 | 44 | 27 | 16 |
| Octal | 110 | 116 | 42 | 10 | 0 | 70 | 105 | 104 | 47 | 26 |
| Binary | 1001000 | 1001110 | 100010 | 1000 | 0 | 111000 | 1000101 | 1000100 | 100111 | 10110 |
Color Harmonies of #484E22
Complementary color
Monochromatic Colors of #484E22
Black with #484E22
Text Example
Text Example
White with #484E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484E22; }
p { color: rgb(72,78,34); }
H1.HeaderClassName
{
color: #484E22;
}
.AnyTagClassName
{
color: #484E22;
}
</style>
background-color css
<style>
a { background-color: #484E22; }
a { background-color: rgb(72,78,34); }
div.DivClassName
{
background-color: #484E22;
}
.BgClassName
{
background-color: #484E22;
}
</style>
border-color css
<style>
span { border-color: #484E22; }
span { border-color: rgb(72,78,34); }
td.TdClassName
{
border-color: #484E22;
}
.TagClassName
{
border-color: #484E22;
}
</style>