Shades of Army green #4D532A
Tints of Army green #4D532A
RGB
CMYK
RGB Variations
Color information
#4D532A (or 0x4D532A) is known color: Army green. HEX triplet: 4D, 53 and 2A. RGB value is (77,83,42). Sum of RGB (Red+Green+Blue) = 77+83+42=202 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.12% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 83 - color contains mainly: green. Hex color #4D532A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D532A is #B2ACD5. Grayscale: #4C4C4C. Windows color (decimal): -11709654 or 2773837. OLE color: 2773837.
HSL color Cylindrical-coordinate representation of color #4D532A: hue angle of 68.78º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D532A is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 83 | 42 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.67 |
| HSL | 68.78º | 0.33% | 0.25% | - |
| HSV(B) | 68.78º | 0.49% | 0.33% | - |
| XYZ | 6.57 | 7.93 | 3.38 | - |
| YUV | 76.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 42 | 0.07 | 0 | 0.49 | 0.67 | 68.78 | 0.33 | 0.25 |
| Hex | 4D | 53 | 2A | 7 | 0 | 31 | 43 | 45 | 21 | 19 |
| Octal | 115 | 123 | 52 | 7 | 0 | 61 | 103 | 105 | 41 | 31 |
| Binary | 1001101 | 1010011 | 101010 | 111 | 0 | 110001 | 1000011 | 1000101 | 100001 | 11001 |
Color Harmonies of #4D532A
Complementary color
Monochromatic Colors of #4D532A
Black with #4D532A
Text Example
Text Example
White with #4D532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D532A; }
p { color: rgb(77,83,42); }
H1.HeaderClassName
{
color: #4D532A;
}
.AnyTagClassName
{
color: #4D532A;
}
</style>
background-color css
<style>
a { background-color: #4D532A; }
a { background-color: rgb(77,83,42); }
div.DivClassName
{
background-color: #4D532A;
}
.BgClassName
{
background-color: #4D532A;
}
</style>
border-color css
<style>
span { border-color: #4D532A; }
span { border-color: rgb(77,83,42); }
td.TdClassName
{
border-color: #4D532A;
}
.TagClassName
{
border-color: #4D532A;
}
</style>