Shades of Army green #4F5525
Tints of Army green #4F5525
RGB
CMYK
RGB Variations
Color information
#4F5525 (or 0x4F5525) is known color: Army green. HEX triplet: 4F, 55 and 25. RGB value is (79,85,37). Sum of RGB (Red+Green+Blue) = 79+85+37=201 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.30% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 85 - color contains mainly: green. Hex color #4F5525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5525 is #B0AADA. Grayscale: #4D4D4D. Windows color (decimal): -11578075 or 2446671. OLE color: 2446671.
HSL color Cylindrical-coordinate representation of color #4F5525: hue angle of 67.5º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F5525 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 85 | 37 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.67 |
| HSL | 67.5º | 0.39% | 0.24% | - |
| HSV(B) | 67.5º | 0.56% | 0.33% | - |
| XYZ | 6.81 | 8.29 | 2.99 | - |
| YUV | 77.73 | 105.01 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 85 | 37 | 0.07 | 0 | 0.56 | 0.67 | 67.5 | 0.39 | 0.24 |
| Hex | 4F | 55 | 25 | 7 | 0 | 38 | 43 | 44 | 27 | 18 |
| Octal | 117 | 125 | 45 | 7 | 0 | 70 | 103 | 104 | 47 | 30 |
| Binary | 1001111 | 1010101 | 100101 | 111 | 0 | 111000 | 1000011 | 1000100 | 100111 | 11000 |
Color Harmonies of #4F5525
Complementary color
Monochromatic Colors of #4F5525
Black with #4F5525
Text Example
Text Example
White with #4F5525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5525; }
p { color: rgb(79,85,37); }
H1.HeaderClassName
{
color: #4F5525;
}
.AnyTagClassName
{
color: #4F5525;
}
</style>
background-color css
<style>
a { background-color: #4F5525; }
a { background-color: rgb(79,85,37); }
div.DivClassName
{
background-color: #4F5525;
}
.BgClassName
{
background-color: #4F5525;
}
</style>
border-color css
<style>
span { border-color: #4F5525; }
span { border-color: rgb(79,85,37); }
td.TdClassName
{
border-color: #4F5525;
}
.TagClassName
{
border-color: #4F5525;
}
</style>