Shades of Army green #4D541B
Tints of Army green #4D541B
RGB
CMYK
RGB Variations
Color information
#4D541B (or 0x4D541B) is known color: Army green. HEX triplet: 4D, 54 and 1B. RGB value is (77,84,27). Sum of RGB (Red+Green+Blue) = 77+84+27=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 84 - color contains mainly: green. Hex color #4D541B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D541B is #B2ABE4. Grayscale: #4B4B4B. Windows color (decimal): -11709413 or 1791053. OLE color: 1791053.
HSL color Cylindrical-coordinate representation of color #4D541B: hue angle of 67.37º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D541B is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 84 | 27 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.67 |
| HSL | 67.37º | 0.51% | 0.22% | - |
| HSV(B) | 67.37º | 0.68% | 0.33% | - |
| XYZ | 6.43 | 8 | 2.24 | - |
| YUV | 75.41 | 100.68 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 27 | 0.08 | 0 | 0.68 | 0.67 | 67.37 | 0.51 | 0.22 |
| Hex | 4D | 54 | 1B | 8 | 0 | 44 | 43 | 43 | 33 | 16 |
| Octal | 115 | 124 | 33 | 10 | 0 | 104 | 103 | 103 | 63 | 26 |
| Binary | 1001101 | 1010100 | 11011 | 1000 | 0 | 1000100 | 1000011 | 1000011 | 110011 | 10110 |
Color Harmonies of #4D541B
Complementary color
Monochromatic Colors of #4D541B
Black with #4D541B
Text Example
Text Example
White with #4D541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D541B; }
p { color: rgb(77,84,27); }
H1.HeaderClassName
{
color: #4D541B;
}
.AnyTagClassName
{
color: #4D541B;
}
</style>
background-color css
<style>
a { background-color: #4D541B; }
a { background-color: rgb(77,84,27); }
div.DivClassName
{
background-color: #4D541B;
}
.BgClassName
{
background-color: #4D541B;
}
</style>
border-color css
<style>
span { border-color: #4D541B; }
span { border-color: rgb(77,84,27); }
td.TdClassName
{
border-color: #4D541B;
}
.TagClassName
{
border-color: #4D541B;
}
</style>