Shades of Mineral Green #4B6551
Tints of Mineral Green #4B6551
RGB
CMYK
RGB Variations
Color information
#4B6551 (or 0x4B6551) is known color: Mineral Green. HEX triplet: 4B, 65 and 51. RGB value is (75,101,81). Sum of RGB (Red+Green+Blue) = 75+101+81=257 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.18% from 257); Green value is 101 (39.84% from 255 or 39.30% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 101 - color contains mainly: green. Hex color #4B6551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6551 is #B49AAE. Grayscale: #5B5B5B. Windows color (decimal): -11836079 or 5334347. OLE color: 5334347.
HSL color Cylindrical-coordinate representation of color #4B6551: hue angle of 133.85º 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 #4B6551 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 101 | 81 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.60 |
| HSL | 133.85º | 0.15% | 0.35% | - |
| HSV(B) | 133.85º | 0.26% | 0.4% | - |
| XYZ | 9.04 | 11.4 | 9.51 | - |
| YUV | 90.95 | 122.39 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 101 | 81 | 0.26 | 0 | 0.20 | 0.60 | 133.85 | 0.15 | 0.35 |
| Hex | 4B | 65 | 51 | 1A | 0 | 14 | 3C | 86 | F | 23 |
| Octal | 113 | 145 | 121 | 32 | 0 | 24 | 74 | 206 | 17 | 43 |
| Binary | 1001011 | 1100101 | 1010001 | 11010 | 0 | 10100 | 111100 | 10000110 | 1111 | 100011 |
Color Harmonies of #4B6551
Complementary color
Monochromatic Colors of #4B6551
Black with #4B6551
Text Example
Text Example
White with #4B6551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6551; }
p { color: rgb(75,101,81); }
H1.HeaderClassName
{
color: #4B6551;
}
.AnyTagClassName
{
color: #4B6551;
}
</style>
background-color css
<style>
a { background-color: #4B6551; }
a { background-color: rgb(75,101,81); }
div.DivClassName
{
background-color: #4B6551;
}
.BgClassName
{
background-color: #4B6551;
}
</style>
border-color css
<style>
span { border-color: #4B6551; }
span { border-color: rgb(75,101,81); }
td.TdClassName
{
border-color: #4B6551;
}
.TagClassName
{
border-color: #4B6551;
}
</style>