Shades of Army green #4D4F22
Tints of Army green #4D4F22
RGB
CMYK
RGB Variations
Color information
#4D4F22 (or 0x4D4F22) is known color: Army green. HEX triplet: 4D, 4F and 22. RGB value is (77,79,34). Sum of RGB (Red+Green+Blue) = 77+79+34=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 34 (13.67% from 255 or 17.89% from 190); Max value from RGB is 79 - color contains mainly: green. Hex color #4D4F22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4F22 is #B2B0DD. Grayscale: #494949. Windows color (decimal): -11710686 or 2248525. OLE color: 2248525.
HSL color Cylindrical-coordinate representation of color #4D4F22: hue angle of 62.67º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D4F22 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 79 | 34 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.69 |
| HSL | 62.67º | 0.4% | 0.22% | - |
| HSV(B) | 62.67º | 0.57% | 0.31% | - |
| XYZ | 6.15 | 7.29 | 2.6 | - |
| YUV | 73.27 | 105.84 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 79 | 34 | 0.03 | 0 | 0.57 | 0.69 | 62.67 | 0.4 | 0.22 |
| Hex | 4D | 4F | 22 | 3 | 0 | 39 | 45 | 3F | 28 | 16 |
| Octal | 115 | 117 | 42 | 3 | 0 | 71 | 105 | 77 | 50 | 26 |
| Binary | 1001101 | 1001111 | 100010 | 11 | 0 | 111001 | 1000101 | 111111 | 101000 | 10110 |
Color Harmonies of #4D4F22
Complementary color
Monochromatic Colors of #4D4F22
Black with #4D4F22
Text Example
Text Example
White with #4D4F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4F22; }
p { color: rgb(77,79,34); }
H1.HeaderClassName
{
color: #4D4F22;
}
.AnyTagClassName
{
color: #4D4F22;
}
</style>
background-color css
<style>
a { background-color: #4D4F22; }
a { background-color: rgb(77,79,34); }
div.DivClassName
{
background-color: #4D4F22;
}
.BgClassName
{
background-color: #4D4F22;
}
</style>
border-color css
<style>
span { border-color: #4D4F22; }
span { border-color: rgb(77,79,34); }
td.TdClassName
{
border-color: #4D4F22;
}
.TagClassName
{
border-color: #4D4F22;
}
</style>