Shades of Mineral Green #4B6950
Tints of Mineral Green #4B6950
RGB
CMYK
RGB Variations
Color information
#4B6950 (or 0x4B6950) is known color: Mineral Green. HEX triplet: 4B, 69 and 50. RGB value is (75,105,80). Sum of RGB (Red+Green+Blue) = 75+105+80=260 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.85% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 105 - color contains mainly: green. Hex color #4B6950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6950 is #B496AF. Grayscale: #5D5D5D. Windows color (decimal): -11835056 or 5269835. OLE color: 5269835.
HSL color Cylindrical-coordinate representation of color #4B6950: hue angle of 130º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4B6950 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 105 | 80 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.59 |
| HSL | 130º | 0.17% | 0.35% | - |
| HSV(B) | 130º | 0.29% | 0.41% | - |
| XYZ | 9.4 | 12.18 | 9.44 | - |
| YUV | 93.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 105 | 80 | 0.29 | 0 | 0.24 | 0.59 | 130 | 0.17 | 0.35 |
| Hex | 4B | 69 | 50 | 1D | 0 | 18 | 3B | 82 | 11 | 23 |
| Octal | 113 | 151 | 120 | 35 | 0 | 30 | 73 | 202 | 21 | 43 |
| Binary | 1001011 | 1101001 | 1010000 | 11101 | 0 | 11000 | 111011 | 10000010 | 10001 | 100011 |
Color Harmonies of #4B6950
Complementary color
Monochromatic Colors of #4B6950
Black with #4B6950
Text Example
Text Example
White with #4B6950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6950; }
p { color: rgb(75,105,80); }
H1.HeaderClassName
{
color: #4B6950;
}
.AnyTagClassName
{
color: #4B6950;
}
</style>
background-color css
<style>
a { background-color: #4B6950; }
a { background-color: rgb(75,105,80); }
div.DivClassName
{
background-color: #4B6950;
}
.BgClassName
{
background-color: #4B6950;
}
</style>
border-color css
<style>
span { border-color: #4B6950; }
span { border-color: rgb(75,105,80); }
td.TdClassName
{
border-color: #4B6950;
}
.TagClassName
{
border-color: #4B6950;
}
</style>