Shades of Army green #4F501A
Tints of Army green #4F501A
RGB
CMYK
RGB Variations
Color information
#4F501A (or 0x4F501A) is known color: Army green. HEX triplet: 4F, 50 and 1A. RGB value is (79,80,26). Sum of RGB (Red+Green+Blue) = 79+80+26=185 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.70% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 80 - color contains mainly: green. Hex color #4F501A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F501A is #B0AFE5. Grayscale: #494949. Windows color (decimal): -11579366 or 1724495. OLE color: 1724495.
HSL color Cylindrical-coordinate representation of color #4F501A: hue angle of 61.11º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F501A is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 80 | 26 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.69 |
| HSL | 61.11º | 0.51% | 0.21% | - |
| HSV(B) | 61.11º | 0.68% | 0.31% | - |
| XYZ | 6.28 | 7.47 | 2.09 | - |
| YUV | 73.55 | 101.17 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 80 | 26 | 0.01 | 0 | 0.67 | 0.69 | 61.11 | 0.51 | 0.21 |
| Hex | 4F | 50 | 1A | 1 | 0 | 43 | 45 | 3D | 33 | 15 |
| Octal | 117 | 120 | 32 | 1 | 0 | 103 | 105 | 75 | 63 | 25 |
| Binary | 1001111 | 1010000 | 11010 | 1 | 0 | 1000011 | 1000101 | 111101 | 110011 | 10101 |
Color Harmonies of #4F501A
Complementary color
Monochromatic Colors of #4F501A
Black with #4F501A
Text Example
Text Example
White with #4F501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F501A; }
p { color: rgb(79,80,26); }
H1.HeaderClassName
{
color: #4F501A;
}
.AnyTagClassName
{
color: #4F501A;
}
</style>
background-color css
<style>
a { background-color: #4F501A; }
a { background-color: rgb(79,80,26); }
div.DivClassName
{
background-color: #4F501A;
}
.BgClassName
{
background-color: #4F501A;
}
</style>
border-color css
<style>
span { border-color: #4F501A; }
span { border-color: rgb(79,80,26); }
td.TdClassName
{
border-color: #4F501A;
}
.TagClassName
{
border-color: #4F501A;
}
</style>