Shades of Army green #4B4F27
Tints of Army green #4B4F27
RGB
CMYK
RGB Variations
Color information
#4B4F27 (or 0x4B4F27) is known color: Army green. HEX triplet: 4B, 4F and 27. RGB value is (75,79,39). Sum of RGB (Red+Green+Blue) = 75+79+39=193 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.86% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 79 - color contains mainly: green. Hex color #4B4F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B4F27 is #B4B0D8. Grayscale: #494949. Windows color (decimal): -11841753 or 2576203. OLE color: 2576203.
HSL color Cylindrical-coordinate representation of color #4B4F27: hue angle of 66º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B4F27 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 79 | 39 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.69 |
| HSL | 66º | 0.34% | 0.23% | - |
| HSV(B) | 66º | 0.51% | 0.31% | - |
| XYZ | 6.06 | 7.23 | 3 | - |
| YUV | 73.24 | 108.67 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 79 | 39 | 0.05 | 0 | 0.51 | 0.69 | 66 | 0.34 | 0.23 |
| Hex | 4B | 4F | 27 | 5 | 0 | 33 | 45 | 42 | 22 | 17 |
| Octal | 113 | 117 | 47 | 5 | 0 | 63 | 105 | 102 | 42 | 27 |
| Binary | 1001011 | 1001111 | 100111 | 101 | 0 | 110011 | 1000101 | 1000010 | 100010 | 10111 |
Color Harmonies of #4B4F27
Complementary color
Monochromatic Colors of #4B4F27
Black with #4B4F27
Text Example
Text Example
White with #4B4F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4F27; }
p { color: rgb(75,79,39); }
H1.HeaderClassName
{
color: #4B4F27;
}
.AnyTagClassName
{
color: #4B4F27;
}
</style>
background-color css
<style>
a { background-color: #4B4F27; }
a { background-color: rgb(75,79,39); }
div.DivClassName
{
background-color: #4B4F27;
}
.BgClassName
{
background-color: #4B4F27;
}
</style>
border-color css
<style>
span { border-color: #4B4F27; }
span { border-color: rgb(75,79,39); }
td.TdClassName
{
border-color: #4B4F27;
}
.TagClassName
{
border-color: #4B4F27;
}
</style>