Shades of Army green #484A23
Tints of Army green #484A23
RGB
CMYK
RGB Variations
Color information
#484A23 (or 0x484A23) is known color: Army green. HEX triplet: 48, 4A and 23. RGB value is (72,74,35). Sum of RGB (Red+Green+Blue) = 72+74+35=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 74 (29.30% from 255 or 40.88% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 74 - color contains mainly: green. Hex color #484A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484A23 is #B7B5DC. Grayscale: #454545. Windows color (decimal): -12039645 or 2312776. OLE color: 2312776.
HSL color Cylindrical-coordinate representation of color #484A23: hue angle of 63.08º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #484A23 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 74 | 35 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.71 |
| HSL | 63.08º | 0.36% | 0.21% | - |
| HSV(B) | 63.08º | 0.53% | 0.29% | - |
| XYZ | 5.42 | 6.4 | 2.54 | - |
| YUV | 68.96 | 108.84 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 74 | 35 | 0.03 | 0 | 0.53 | 0.71 | 63.08 | 0.36 | 0.21 |
| Hex | 48 | 4A | 23 | 3 | 0 | 35 | 47 | 3F | 24 | 15 |
| Octal | 110 | 112 | 43 | 3 | 0 | 65 | 107 | 77 | 44 | 25 |
| Binary | 1001000 | 1001010 | 100011 | 11 | 0 | 110101 | 1000111 | 111111 | 100100 | 10101 |
Color Harmonies of #484A23
Complementary color
Monochromatic Colors of #484A23
Black with #484A23
Text Example
Text Example
White with #484A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484A23; }
p { color: rgb(72,74,35); }
H1.HeaderClassName
{
color: #484A23;
}
.AnyTagClassName
{
color: #484A23;
}
</style>
background-color css
<style>
a { background-color: #484A23; }
a { background-color: rgb(72,74,35); }
div.DivClassName
{
background-color: #484A23;
}
.BgClassName
{
background-color: #484A23;
}
</style>
border-color css
<style>
span { border-color: #484A23; }
span { border-color: rgb(72,74,35); }
td.TdClassName
{
border-color: #484A23;
}
.TagClassName
{
border-color: #484A23;
}
</style>