Shades of Army green #4D5C1F
Tints of Army green #4D5C1F
RGB
CMYK
RGB Variations
Color information
#4D5C1F (or 0x4D5C1F) is known color: Army green. HEX triplet: 4D, 5C and 1F. RGB value is (77,92,31). Sum of RGB (Red+Green+Blue) = 77+92+31=200 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.5% from 200); Green value is 92 (36.33% from 255 or 46% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 92 - color contains mainly: green. Hex color #4D5C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5C1F is #B2A3E0. Grayscale: #505050. Windows color (decimal): -11707361 or 2055245. OLE color: 2055245.
HSL color Cylindrical-coordinate representation of color #4D5C1F: hue angle of 74.75º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D5C1F is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 92 | 31 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.64 |
| HSL | 74.75º | 0.5% | 0.24% | - |
| HSV(B) | 74.75º | 0.66% | 0.36% | - |
| XYZ | 7.14 | 9.33 | 2.72 | - |
| YUV | 80.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 92 | 31 | 0.16 | 0 | 0.66 | 0.64 | 74.75 | 0.5 | 0.24 |
| Hex | 4D | 5C | 1F | 10 | 0 | 42 | 40 | 4B | 32 | 18 |
| Octal | 115 | 134 | 37 | 20 | 0 | 102 | 100 | 113 | 62 | 30 |
| Binary | 1001101 | 1011100 | 11111 | 10000 | 0 | 1000010 | 1000000 | 1001011 | 110010 | 11000 |
Color Harmonies of #4D5C1F
Complementary color
Monochromatic Colors of #4D5C1F
Black with #4D5C1F
Text Example
Text Example
White with #4D5C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5C1F; }
p { color: rgb(77,92,31); }
H1.HeaderClassName
{
color: #4D5C1F;
}
.AnyTagClassName
{
color: #4D5C1F;
}
</style>
background-color css
<style>
a { background-color: #4D5C1F; }
a { background-color: rgb(77,92,31); }
div.DivClassName
{
background-color: #4D5C1F;
}
.BgClassName
{
background-color: #4D5C1F;
}
</style>
border-color css
<style>
span { border-color: #4D5C1F; }
span { border-color: rgb(77,92,31); }
td.TdClassName
{
border-color: #4D5C1F;
}
.TagClassName
{
border-color: #4D5C1F;
}
</style>