Shades of Army green #4F5421
Tints of Army green #4F5421
RGB
CMYK
RGB Variations
Color information
#4F5421 (or 0x4F5421) is known color: Army green. HEX triplet: 4F, 54 and 21. RGB value is (79,84,33). Sum of RGB (Red+Green+Blue) = 79+84+33=196 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.31% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 84 - color contains mainly: green. Hex color #4F5421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5421 is #B0ABDE. Grayscale: #4C4C4C. Windows color (decimal): -11578335 or 2184271. OLE color: 2184271.
HSL color Cylindrical-coordinate representation of color #4F5421: hue angle of 65.88º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F5421 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 84 | 33 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.67 |
| HSL | 65.88º | 0.44% | 0.23% | - |
| HSV(B) | 65.88º | 0.61% | 0.33% | - |
| XYZ | 6.67 | 8.11 | 2.65 | - |
| YUV | 76.69 | 103.34 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 84 | 33 | 0.06 | 0 | 0.61 | 0.67 | 65.88 | 0.44 | 0.23 |
| Hex | 4F | 54 | 21 | 6 | 0 | 3D | 43 | 42 | 2C | 17 |
| Octal | 117 | 124 | 41 | 6 | 0 | 75 | 103 | 102 | 54 | 27 |
| Binary | 1001111 | 1010100 | 100001 | 110 | 0 | 111101 | 1000011 | 1000010 | 101100 | 10111 |
Color Harmonies of #4F5421
Complementary color
Monochromatic Colors of #4F5421
Black with #4F5421
Text Example
Text Example
White with #4F5421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5421; }
p { color: rgb(79,84,33); }
H1.HeaderClassName
{
color: #4F5421;
}
.AnyTagClassName
{
color: #4F5421;
}
</style>
background-color css
<style>
a { background-color: #4F5421; }
a { background-color: rgb(79,84,33); }
div.DivClassName
{
background-color: #4F5421;
}
.BgClassName
{
background-color: #4F5421;
}
</style>
border-color css
<style>
span { border-color: #4F5421; }
span { border-color: rgb(79,84,33); }
td.TdClassName
{
border-color: #4F5421;
}
.TagClassName
{
border-color: #4F5421;
}
</style>