Shades of Army green #484C27
Tints of Army green #484C27
RGB
CMYK
RGB Variations
Color information
#484C27 (or 0x484C27) is known color: Army green. HEX triplet: 48, 4C and 27. RGB value is (72,76,39). Sum of RGB (Red+Green+Blue) = 72+76+39=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 76 - color contains mainly: green. Hex color #484C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484C27 is #B7B3D8. Grayscale: #464646. Windows color (decimal): -12039129 or 2575432. OLE color: 2575432.
HSL color Cylindrical-coordinate representation of color #484C27: hue angle of 66.49º degrees, saturation: 0.32, 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 #484C27 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 76 | 39 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.70 |
| HSL | 66.49º | 0.32% | 0.23% | - |
| HSV(B) | 66.49º | 0.49% | 0.3% | - |
| XYZ | 5.62 | 6.69 | 2.91 | - |
| YUV | 70.59 | 110.17 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 39 | 0.05 | 0 | 0.49 | 0.70 | 66.49 | 0.32 | 0.23 |
| Hex | 48 | 4C | 27 | 5 | 0 | 31 | 46 | 42 | 20 | 17 |
| Octal | 110 | 114 | 47 | 5 | 0 | 61 | 106 | 102 | 40 | 27 |
| Binary | 1001000 | 1001100 | 100111 | 101 | 0 | 110001 | 1000110 | 1000010 | 100000 | 10111 |
Color Harmonies of #484C27
Complementary color
Monochromatic Colors of #484C27
Black with #484C27
Text Example
Text Example
White with #484C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484C27; }
p { color: rgb(72,76,39); }
H1.HeaderClassName
{
color: #484C27;
}
.AnyTagClassName
{
color: #484C27;
}
</style>
background-color css
<style>
a { background-color: #484C27; }
a { background-color: rgb(72,76,39); }
div.DivClassName
{
background-color: #484C27;
}
.BgClassName
{
background-color: #484C27;
}
</style>
border-color css
<style>
span { border-color: #484C27; }
span { border-color: rgb(72,76,39); }
td.TdClassName
{
border-color: #484C27;
}
.TagClassName
{
border-color: #484C27;
}
</style>