Shades of Mineral Green #4B6550
Tints of Mineral Green #4B6550
RGB
CMYK
RGB Variations
Color information
#4B6550 (or 0x4B6550) is known color: Mineral Green. HEX triplet: 4B, 65 and 50. RGB value is (75,101,80). Sum of RGB (Red+Green+Blue) = 75+101+80=256 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.30% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 101 - color contains mainly: green. Hex color #4B6550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6550 is #B49AAF. Grayscale: #5A5A5A. Windows color (decimal): -11836080 or 5268811. OLE color: 5268811.
HSL color Cylindrical-coordinate representation of color #4B6550: hue angle of 131.54º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4B6550 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 101 | 80 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.60 |
| HSL | 131.54º | 0.15% | 0.35% | - |
| HSV(B) | 131.54º | 0.26% | 0.4% | - |
| XYZ | 9 | 11.38 | 9.31 | - |
| YUV | 90.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 101 | 80 | 0.26 | 0 | 0.21 | 0.60 | 131.54 | 0.15 | 0.35 |
| Hex | 4B | 65 | 50 | 1A | 0 | 15 | 3C | 84 | F | 23 |
| Octal | 113 | 145 | 120 | 32 | 0 | 25 | 74 | 204 | 17 | 43 |
| Binary | 1001011 | 1100101 | 1010000 | 11010 | 0 | 10101 | 111100 | 10000100 | 1111 | 100011 |
Color Harmonies of #4B6550
Complementary color
Monochromatic Colors of #4B6550
Black with #4B6550
Text Example
Text Example
White with #4B6550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6550; }
p { color: rgb(75,101,80); }
H1.HeaderClassName
{
color: #4B6550;
}
.AnyTagClassName
{
color: #4B6550;
}
</style>
background-color css
<style>
a { background-color: #4B6550; }
a { background-color: rgb(75,101,80); }
div.DivClassName
{
background-color: #4B6550;
}
.BgClassName
{
background-color: #4B6550;
}
</style>
border-color css
<style>
span { border-color: #4B6550; }
span { border-color: rgb(75,101,80); }
td.TdClassName
{
border-color: #4B6550;
}
.TagClassName
{
border-color: #4B6550;
}
</style>