Shades of Mineral Green #4B6650
Tints of Mineral Green #4B6650
RGB
CMYK
RGB Variations
Color information
#4B6650 (or 0x4B6650) is known color: Mineral Green. HEX triplet: 4B, 66 and 50. RGB value is (75,102,80). Sum of RGB (Red+Green+Blue) = 75+102+80=257 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.18% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 102 - color contains mainly: green. Hex color #4B6650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6650 is #B499AF. Grayscale: #5B5B5B. Windows color (decimal): -11835824 or 5269067. OLE color: 5269067.
HSL color Cylindrical-coordinate representation of color #4B6650: hue angle of 131.11º 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 #4B6650 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 75 | 102 | 80 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.6 |
| HSL | 131.11º | 0.15% | 0.35% | - |
| HSV(B) | 131.11º | 0.26% | 0.4% | - |
| XYZ | 9.1 | 11.58 | 9.34 | - |
| YUV | 91.42 | 121.55 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 102 | 80 | 0.26 | 0 | 0.22 | 0.6 | 131.11 | 0.15 | 0.35 |
| Hex | 4B | 66 | 50 | 1A | 0 | 16 | 3C | 83 | F | 23 |
| Octal | 113 | 146 | 120 | 32 | 0 | 26 | 74 | 203 | 17 | 43 |
| Binary | 1001011 | 1100110 | 1010000 | 11010 | 0 | 10110 | 111100 | 10000011 | 1111 | 100011 |
Color Harmonies of #4B6650
Complementary color
Monochromatic Colors of #4B6650
Black with #4B6650
Text Example
Text Example
White with #4B6650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6650; }
p { color: rgb(75,102,80); }
H1.HeaderClassName
{
color: #4B6650;
}
.AnyTagClassName
{
color: #4B6650;
}
</style>
background-color css
<style>
a { background-color: #4B6650; }
a { background-color: rgb(75,102,80); }
div.DivClassName
{
background-color: #4B6650;
}
.BgClassName
{
background-color: #4B6650;
}
</style>
border-color css
<style>
span { border-color: #4B6650; }
span { border-color: rgb(75,102,80); }
td.TdClassName
{
border-color: #4B6650;
}
.TagClassName
{
border-color: #4B6650;
}
</style>