Shades of Army green #4B581F
Tints of Army green #4B581F
RGB
CMYK
RGB Variations
Color information
#4B581F (or 0x4B581F) is known color: Army green. HEX triplet: 4B, 58 and 1F. RGB value is (75,88,31). Sum of RGB (Red+Green+Blue) = 75+88+31=194 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.66% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 88 - color contains mainly: green. Hex color #4B581F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B581F is #B4A7E0. Grayscale: #4D4D4D. Windows color (decimal): -11839457 or 2054219. OLE color: 2054219.
HSL color Cylindrical-coordinate representation of color #4B581F: hue angle of 73.68º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B581F is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 88 | 31 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.65 |
| HSL | 73.68º | 0.48% | 0.23% | - |
| HSV(B) | 73.68º | 0.65% | 0.35% | - |
| XYZ | 6.64 | 8.57 | 2.6 | - |
| YUV | 77.62 | 101.69 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 88 | 31 | 0.15 | 0 | 0.65 | 0.65 | 73.68 | 0.48 | 0.23 |
| Hex | 4B | 58 | 1F | F | 0 | 41 | 41 | 4A | 30 | 17 |
| Octal | 113 | 130 | 37 | 17 | 0 | 101 | 101 | 112 | 60 | 27 |
| Binary | 1001011 | 1011000 | 11111 | 1111 | 0 | 1000001 | 1000001 | 1001010 | 110000 | 10111 |
Color Harmonies of #4B581F
Complementary color
Monochromatic Colors of #4B581F
Black with #4B581F
Text Example
Text Example
White with #4B581F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B581F; }
p { color: rgb(75,88,31); }
H1.HeaderClassName
{
color: #4B581F;
}
.AnyTagClassName
{
color: #4B581F;
}
</style>
background-color css
<style>
a { background-color: #4B581F; }
a { background-color: rgb(75,88,31); }
div.DivClassName
{
background-color: #4B581F;
}
.BgClassName
{
background-color: #4B581F;
}
</style>
border-color css
<style>
span { border-color: #4B581F; }
span { border-color: rgb(75,88,31); }
td.TdClassName
{
border-color: #4B581F;
}
.TagClassName
{
border-color: #4B581F;
}
</style>