Shades of Army green #4D5023
Tints of Army green #4D5023
RGB
CMYK
RGB Variations
Color information
#4D5023 (or 0x4D5023) is known color: Army green. HEX triplet: 4D, 50 and 23. RGB value is (77,80,35). Sum of RGB (Red+Green+Blue) = 77+80+35=192 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.10% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 35 (14.06% from 255 or 18.23% from 192); Max value from RGB is 80 - color contains mainly: green. Hex color #4D5023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5023 is #B2AFDC. Grayscale: #4A4A4A. Windows color (decimal): -11710429 or 2314317. OLE color: 2314317.
HSL color Cylindrical-coordinate representation of color #4D5023: hue angle of 64º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D5023 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 80 | 35 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.69 |
| HSL | 64º | 0.39% | 0.23% | - |
| HSV(B) | 64º | 0.56% | 0.31% | - |
| XYZ | 6.23 | 7.44 | 2.7 | - |
| YUV | 73.97 | 106.01 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 80 | 35 | 0.04 | 0 | 0.56 | 0.69 | 64 | 0.39 | 0.23 |
| Hex | 4D | 50 | 23 | 4 | 0 | 38 | 45 | 40 | 27 | 17 |
| Octal | 115 | 120 | 43 | 4 | 0 | 70 | 105 | 100 | 47 | 27 |
| Binary | 1001101 | 1010000 | 100011 | 100 | 0 | 111000 | 1000101 | 1000000 | 100111 | 10111 |
Color Harmonies of #4D5023
Complementary color
Monochromatic Colors of #4D5023
Black with #4D5023
Text Example
Text Example
White with #4D5023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5023; }
p { color: rgb(77,80,35); }
H1.HeaderClassName
{
color: #4D5023;
}
.AnyTagClassName
{
color: #4D5023;
}
</style>
background-color css
<style>
a { background-color: #4D5023; }
a { background-color: rgb(77,80,35); }
div.DivClassName
{
background-color: #4D5023;
}
.BgClassName
{
background-color: #4D5023;
}
</style>
border-color css
<style>
span { border-color: #4D5023; }
span { border-color: rgb(77,80,35); }
td.TdClassName
{
border-color: #4D5023;
}
.TagClassName
{
border-color: #4D5023;
}
</style>