Shades of Army green #4B511C
Tints of Army green #4B511C
RGB
CMYK
RGB Variations
Color information
#4B511C (or 0x4B511C) is known color: Army green. HEX triplet: 4B, 51 and 1C. RGB value is (75,81,28). Sum of RGB (Red+Green+Blue) = 75+81+28=184 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.76% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 81 - color contains mainly: green. Hex color #4B511C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B511C is #B4AEE3. Grayscale: #494949. Windows color (decimal): -11841252 or 1855819. OLE color: 1855819.
HSL color Cylindrical-coordinate representation of color #4B511C: hue angle of 66.79º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B511C is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 81 | 28 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.68 |
| HSL | 66.79º | 0.49% | 0.21% | - |
| HSV(B) | 66.79º | 0.65% | 0.32% | - |
| XYZ | 6.05 | 7.46 | 2.22 | - |
| YUV | 73.16 | 102.51 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 81 | 28 | 0.07 | 0 | 0.65 | 0.68 | 66.79 | 0.49 | 0.21 |
| Hex | 4B | 51 | 1C | 7 | 0 | 41 | 44 | 43 | 31 | 15 |
| Octal | 113 | 121 | 34 | 7 | 0 | 101 | 104 | 103 | 61 | 25 |
| Binary | 1001011 | 1010001 | 11100 | 111 | 0 | 1000001 | 1000100 | 1000011 | 110001 | 10101 |
Color Harmonies of #4B511C
Complementary color
Monochromatic Colors of #4B511C
Black with #4B511C
Text Example
Text Example
White with #4B511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B511C; }
p { color: rgb(75,81,28); }
H1.HeaderClassName
{
color: #4B511C;
}
.AnyTagClassName
{
color: #4B511C;
}
</style>
background-color css
<style>
a { background-color: #4B511C; }
a { background-color: rgb(75,81,28); }
div.DivClassName
{
background-color: #4B511C;
}
.BgClassName
{
background-color: #4B511C;
}
</style>
border-color css
<style>
span { border-color: #4B511C; }
span { border-color: rgb(75,81,28); }
td.TdClassName
{
border-color: #4B511C;
}
.TagClassName
{
border-color: #4B511C;
}
</style>