Shades of Army green #4F551B
Tints of Army green #4F551B
RGB
CMYK
RGB Variations
Color information
#4F551B (or 0x4F551B) is known color: Army green. HEX triplet: 4F, 55 and 1B. RGB value is (79,85,27). Sum of RGB (Red+Green+Blue) = 79+85+27=191 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.36% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #4F551B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F551B is #B0AAE4. Grayscale: #4C4C4C. Windows color (decimal): -11578085 or 1791311. OLE color: 1791311.
HSL color Cylindrical-coordinate representation of color #4F551B: hue angle of 66.21º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F551B is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 85 | 27 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.67 |
| HSL | 66.21º | 0.52% | 0.22% | - |
| HSV(B) | 66.21º | 0.68% | 0.33% | - |
| XYZ | 6.67 | 8.24 | 2.28 | - |
| YUV | 76.59 | 100.01 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 85 | 27 | 0.07 | 0 | 0.68 | 0.67 | 66.21 | 0.52 | 0.22 |
| Hex | 4F | 55 | 1B | 7 | 0 | 44 | 43 | 42 | 34 | 16 |
| Octal | 117 | 125 | 33 | 7 | 0 | 104 | 103 | 102 | 64 | 26 |
| Binary | 1001111 | 1010101 | 11011 | 111 | 0 | 1000100 | 1000011 | 1000010 | 110100 | 10110 |
Color Harmonies of #4F551B
Complementary color
Monochromatic Colors of #4F551B
Black with #4F551B
Text Example
Text Example
White with #4F551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F551B; }
p { color: rgb(79,85,27); }
H1.HeaderClassName
{
color: #4F551B;
}
.AnyTagClassName
{
color: #4F551B;
}
</style>
background-color css
<style>
a { background-color: #4F551B; }
a { background-color: rgb(79,85,27); }
div.DivClassName
{
background-color: #4F551B;
}
.BgClassName
{
background-color: #4F551B;
}
</style>
border-color css
<style>
span { border-color: #4F551B; }
span { border-color: rgb(79,85,27); }
td.TdClassName
{
border-color: #4F551B;
}
.TagClassName
{
border-color: #4F551B;
}
</style>