Shades of Army green #484D1B
Tints of Army green #484D1B
RGB
CMYK
RGB Variations
Color information
#484D1B (or 0x484D1B) is known color: Army green. HEX triplet: 48, 4D and 1B. RGB value is (72,77,27). Sum of RGB (Red+Green+Blue) = 72+77+27=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 77 (30.47% from 255 or 43.75% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 77 - color contains mainly: green. Hex color #484D1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484D1B is #B7B2E4. Grayscale: #464646. Windows color (decimal): -12038885 or 1789256. OLE color: 1789256.
HSL color Cylindrical-coordinate representation of color #484D1B: hue angle of 66º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #484D1B is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 77 | 27 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.70 |
| HSL | 66º | 0.48% | 0.2% | - |
| HSV(B) | 66º | 0.65% | 0.3% | - |
| XYZ | 5.52 | 6.76 | 2.05 | - |
| YUV | 69.81 | 103.84 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 27 | 0.06 | 0 | 0.65 | 0.70 | 66 | 0.48 | 0.2 |
| Hex | 48 | 4D | 1B | 6 | 0 | 41 | 46 | 42 | 30 | 14 |
| Octal | 110 | 115 | 33 | 6 | 0 | 101 | 106 | 102 | 60 | 24 |
| Binary | 1001000 | 1001101 | 11011 | 110 | 0 | 1000001 | 1000110 | 1000010 | 110000 | 10100 |
Color Harmonies of #484D1B
Complementary color
Monochromatic Colors of #484D1B
Black with #484D1B
Text Example
Text Example
White with #484D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484D1B; }
p { color: rgb(72,77,27); }
H1.HeaderClassName
{
color: #484D1B;
}
.AnyTagClassName
{
color: #484D1B;
}
</style>
background-color css
<style>
a { background-color: #484D1B; }
a { background-color: rgb(72,77,27); }
div.DivClassName
{
background-color: #484D1B;
}
.BgClassName
{
background-color: #484D1B;
}
</style>
border-color css
<style>
span { border-color: #484D1B; }
span { border-color: rgb(72,77,27); }
td.TdClassName
{
border-color: #484D1B;
}
.TagClassName
{
border-color: #484D1B;
}
</style>