Shades of Army green #484D27
Tints of Army green #484D27
RGB
CMYK
RGB Variations
Color information
#484D27 (or 0x484D27) is known color: Army green. HEX triplet: 48, 4D and 27. RGB value is (72,77,39). Sum of RGB (Red+Green+Blue) = 72+77+39=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 77 - color contains mainly: green. Hex color #484D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484D27 is #B7B2D8. Grayscale: #474747. Windows color (decimal): -12038873 or 2575688. OLE color: 2575688.
HSL color Cylindrical-coordinate representation of color #484D27: hue angle of 67.89º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #484D27 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 77 | 39 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.70 |
| HSL | 67.89º | 0.33% | 0.23% | - |
| HSV(B) | 67.89º | 0.49% | 0.3% | - |
| XYZ | 5.69 | 6.83 | 2.94 | - |
| YUV | 71.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 39 | 0.06 | 0 | 0.49 | 0.70 | 67.89 | 0.33 | 0.23 |
| Hex | 48 | 4D | 27 | 6 | 0 | 31 | 46 | 44 | 21 | 17 |
| Octal | 110 | 115 | 47 | 6 | 0 | 61 | 106 | 104 | 41 | 27 |
| Binary | 1001000 | 1001101 | 100111 | 110 | 0 | 110001 | 1000110 | 1000100 | 100001 | 10111 |
Color Harmonies of #484D27
Complementary color
Monochromatic Colors of #484D27
Black with #484D27
Text Example
Text Example
White with #484D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484D27; }
p { color: rgb(72,77,39); }
H1.HeaderClassName
{
color: #484D27;
}
.AnyTagClassName
{
color: #484D27;
}
</style>
background-color css
<style>
a { background-color: #484D27; }
a { background-color: rgb(72,77,39); }
div.DivClassName
{
background-color: #484D27;
}
.BgClassName
{
background-color: #484D27;
}
</style>
border-color css
<style>
span { border-color: #484D27; }
span { border-color: rgb(72,77,39); }
td.TdClassName
{
border-color: #484D27;
}
.TagClassName
{
border-color: #484D27;
}
</style>