Shades of Army green #4B501C
Tints of Army green #4B501C
RGB
CMYK
RGB Variations
Color information
#4B501C (or 0x4B501C) is known color: Army green. HEX triplet: 4B, 50 and 1C. RGB value is (75,80,28). Sum of RGB (Red+Green+Blue) = 75+80+28=183 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.98% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 80 - color contains mainly: green. Hex color #4B501C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B501C is #B4AFE3. Grayscale: #484848. Windows color (decimal): -11841508 or 1855563. OLE color: 1855563.
HSL color Cylindrical-coordinate representation of color #4B501C: hue angle of 65.77º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B501C is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 80 | 28 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.69 |
| HSL | 65.77º | 0.48% | 0.21% | - |
| HSV(B) | 65.77º | 0.65% | 0.31% | - |
| XYZ | 5.98 | 7.32 | 2.2 | - |
| YUV | 72.58 | 102.84 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 80 | 28 | 0.06 | 0 | 0.65 | 0.69 | 65.77 | 0.48 | 0.21 |
| Hex | 4B | 50 | 1C | 6 | 0 | 41 | 45 | 42 | 30 | 15 |
| Octal | 113 | 120 | 34 | 6 | 0 | 101 | 105 | 102 | 60 | 25 |
| Binary | 1001011 | 1010000 | 11100 | 110 | 0 | 1000001 | 1000101 | 1000010 | 110000 | 10101 |
Color Harmonies of #4B501C
Complementary color
Monochromatic Colors of #4B501C
Black with #4B501C
Text Example
Text Example
White with #4B501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B501C; }
p { color: rgb(75,80,28); }
H1.HeaderClassName
{
color: #4B501C;
}
.AnyTagClassName
{
color: #4B501C;
}
</style>
background-color css
<style>
a { background-color: #4B501C; }
a { background-color: rgb(75,80,28); }
div.DivClassName
{
background-color: #4B501C;
}
.BgClassName
{
background-color: #4B501C;
}
</style>
border-color css
<style>
span { border-color: #4B501C; }
span { border-color: rgb(75,80,28); }
td.TdClassName
{
border-color: #4B501C;
}
.TagClassName
{
border-color: #4B501C;
}
</style>