Shades of Army green #4D531D
Tints of Army green #4D531D
RGB
CMYK
RGB Variations
Color information
#4D531D (or 0x4D531D) is known color: Army green. HEX triplet: 4D, 53 and 1D. RGB value is (77,83,29). Sum of RGB (Red+Green+Blue) = 77+83+29=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #4D531D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D531D is #B2ACE2. Grayscale: #4B4B4B. Windows color (decimal): -11709667 or 1921869. OLE color: 1921869.
HSL color Cylindrical-coordinate representation of color #4D531D: hue angle of 66.67º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D531D is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 83 | 29 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.67 |
| HSL | 66.67º | 0.48% | 0.22% | - |
| HSV(B) | 66.67º | 0.65% | 0.33% | - |
| XYZ | 6.38 | 7.85 | 2.34 | - |
| YUV | 75.05 | 102.01 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 29 | 0.07 | 0 | 0.65 | 0.67 | 66.67 | 0.48 | 0.22 |
| Hex | 4D | 53 | 1D | 7 | 0 | 41 | 43 | 43 | 30 | 16 |
| Octal | 115 | 123 | 35 | 7 | 0 | 101 | 103 | 103 | 60 | 26 |
| Binary | 1001101 | 1010011 | 11101 | 111 | 0 | 1000001 | 1000011 | 1000011 | 110000 | 10110 |
Color Harmonies of #4D531D
Complementary color
Monochromatic Colors of #4D531D
Black with #4D531D
Text Example
Text Example
White with #4D531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D531D; }
p { color: rgb(77,83,29); }
H1.HeaderClassName
{
color: #4D531D;
}
.AnyTagClassName
{
color: #4D531D;
}
</style>
background-color css
<style>
a { background-color: #4D531D; }
a { background-color: rgb(77,83,29); }
div.DivClassName
{
background-color: #4D531D;
}
.BgClassName
{
background-color: #4D531D;
}
</style>
border-color css
<style>
span { border-color: #4D531D; }
span { border-color: rgb(77,83,29); }
td.TdClassName
{
border-color: #4D531D;
}
.TagClassName
{
border-color: #4D531D;
}
</style>