Shades of Army green #484C25
Tints of Army green #484C25
RGB
CMYK
RGB Variations
Color information
#484C25 (or 0x484C25) is known color: Army green. HEX triplet: 48, 4C and 25. RGB value is (72,76,37). Sum of RGB (Red+Green+Blue) = 72+76+37=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 76 - color contains mainly: green. Hex color #484C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484C25 is #B7B3DA. Grayscale: #464646. Windows color (decimal): -12039131 or 2444360. OLE color: 2444360.
HSL color Cylindrical-coordinate representation of color #484C25: hue angle of 66.15º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #484C25 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 76 | 37 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.70 |
| HSL | 66.15º | 0.35% | 0.22% | - |
| HSV(B) | 66.15º | 0.51% | 0.3% | - |
| XYZ | 5.59 | 6.68 | 2.74 | - |
| YUV | 70.36 | 109.17 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 37 | 0.05 | 0 | 0.51 | 0.70 | 66.15 | 0.35 | 0.22 |
| Hex | 48 | 4C | 25 | 5 | 0 | 33 | 46 | 42 | 23 | 16 |
| Octal | 110 | 114 | 45 | 5 | 0 | 63 | 106 | 102 | 43 | 26 |
| Binary | 1001000 | 1001100 | 100101 | 101 | 0 | 110011 | 1000110 | 1000010 | 100011 | 10110 |
Color Harmonies of #484C25
Complementary color
Monochromatic Colors of #484C25
Black with #484C25
Text Example
Text Example
White with #484C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484C25; }
p { color: rgb(72,76,37); }
H1.HeaderClassName
{
color: #484C25;
}
.AnyTagClassName
{
color: #484C25;
}
</style>
background-color css
<style>
a { background-color: #484C25; }
a { background-color: rgb(72,76,37); }
div.DivClassName
{
background-color: #484C25;
}
.BgClassName
{
background-color: #484C25;
}
</style>
border-color css
<style>
span { border-color: #484C25; }
span { border-color: rgb(72,76,37); }
td.TdClassName
{
border-color: #484C25;
}
.TagClassName
{
border-color: #484C25;
}
</style>