Shades of Army green #484C1F
Tints of Army green #484C1F
RGB
CMYK
RGB Variations
Color information
#484C1F (or 0x484C1F) is known color: Army green. HEX triplet: 48, 4C and 1F. RGB value is (72,76,31). Sum of RGB (Red+Green+Blue) = 72+76+31=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 76 - color contains mainly: green. Hex color #484C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484C1F is #B7B3E0. Grayscale: #454545. Windows color (decimal): -12039137 or 2051144. OLE color: 2051144.
HSL color Cylindrical-coordinate representation of color #484C1F: hue angle of 65.33º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #484C1F is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 76 | 31 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.70 |
| HSL | 65.33º | 0.42% | 0.21% | - |
| HSV(B) | 65.33º | 0.59% | 0.3% | - |
| XYZ | 5.5 | 6.65 | 2.29 | - |
| YUV | 69.67 | 106.17 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 31 | 0.05 | 0 | 0.59 | 0.70 | 65.33 | 0.42 | 0.21 |
| Hex | 48 | 4C | 1F | 5 | 0 | 3B | 46 | 41 | 2A | 15 |
| Octal | 110 | 114 | 37 | 5 | 0 | 73 | 106 | 101 | 52 | 25 |
| Binary | 1001000 | 1001100 | 11111 | 101 | 0 | 111011 | 1000110 | 1000001 | 101010 | 10101 |
Color Harmonies of #484C1F
Complementary color
Monochromatic Colors of #484C1F
Black with #484C1F
Text Example
Text Example
White with #484C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484C1F; }
p { color: rgb(72,76,31); }
H1.HeaderClassName
{
color: #484C1F;
}
.AnyTagClassName
{
color: #484C1F;
}
</style>
background-color css
<style>
a { background-color: #484C1F; }
a { background-color: rgb(72,76,31); }
div.DivClassName
{
background-color: #484C1F;
}
.BgClassName
{
background-color: #484C1F;
}
</style>
border-color css
<style>
span { border-color: #484C1F; }
span { border-color: rgb(72,76,31); }
td.TdClassName
{
border-color: #484C1F;
}
.TagClassName
{
border-color: #484C1F;
}
</style>