Shades of Army green #484B25
Tints of Army green #484B25
RGB
CMYK
RGB Variations
Color information
#484B25 (or 0x484B25) is known color: Army green. HEX triplet: 48, 4B and 25. RGB value is (72,75,37). Sum of RGB (Red+Green+Blue) = 72+75+37=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 75 - color contains mainly: green. Hex color #484B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484B25 is #B7B4DA. Grayscale: #454545. Windows color (decimal): -12039387 or 2444104. OLE color: 2444104.
HSL color Cylindrical-coordinate representation of color #484B25: hue angle of 64.74º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #484B25 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 75 | 37 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.71 |
| HSL | 64.74º | 0.34% | 0.22% | - |
| HSV(B) | 64.74º | 0.51% | 0.29% | - |
| XYZ | 5.52 | 6.54 | 2.72 | - |
| YUV | 69.77 | 109.51 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 75 | 37 | 0.04 | 0 | 0.51 | 0.71 | 64.74 | 0.34 | 0.22 |
| Hex | 48 | 4B | 25 | 4 | 0 | 33 | 47 | 41 | 22 | 16 |
| Octal | 110 | 113 | 45 | 4 | 0 | 63 | 107 | 101 | 42 | 26 |
| Binary | 1001000 | 1001011 | 100101 | 100 | 0 | 110011 | 1000111 | 1000001 | 100010 | 10110 |
Color Harmonies of #484B25
Complementary color
Monochromatic Colors of #484B25
Black with #484B25
Text Example
Text Example
White with #484B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484B25; }
p { color: rgb(72,75,37); }
H1.HeaderClassName
{
color: #484B25;
}
.AnyTagClassName
{
color: #484B25;
}
</style>
background-color css
<style>
a { background-color: #484B25; }
a { background-color: rgb(72,75,37); }
div.DivClassName
{
background-color: #484B25;
}
.BgClassName
{
background-color: #484B25;
}
</style>
border-color css
<style>
span { border-color: #484B25; }
span { border-color: rgb(72,75,37); }
td.TdClassName
{
border-color: #484B25;
}
.TagClassName
{
border-color: #484B25;
}
</style>