Shades of Mineral Green #4B6351
Tints of Mineral Green #4B6351
RGB
CMYK
RGB Variations
Color information
#4B6351 (or 0x4B6351) is known color: Mineral Green. HEX triplet: 4B, 63 and 51. RGB value is (75,99,81). Sum of RGB (Red+Green+Blue) = 75+99+81=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 99 - color contains mainly: green. Hex color #4B6351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6351 is #B49CAE. Grayscale: #595959. Windows color (decimal): -11836591 or 5333835. OLE color: 5333835.
HSL color Cylindrical-coordinate representation of color #4B6351: hue angle of 135º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4B6351 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 75 | 99 | 81 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.61 |
| HSL | 135º | 0.14% | 0.34% | - |
| HSV(B) | 135º | 0.24% | 0.39% | - |
| XYZ | 8.85 | 11.01 | 9.44 | - |
| YUV | 89.77 | 123.05 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 99 | 81 | 0.24 | 0 | 0.18 | 0.61 | 135 | 0.14 | 0.34 |
| Hex | 4B | 63 | 51 | 18 | 0 | 12 | 3D | 87 | E | 22 |
| Octal | 113 | 143 | 121 | 30 | 0 | 22 | 75 | 207 | 16 | 42 |
| Binary | 1001011 | 1100011 | 1010001 | 11000 | 0 | 10010 | 111101 | 10000111 | 1110 | 100010 |
Color Harmonies of #4B6351
Complementary color
Monochromatic Colors of #4B6351
Black with #4B6351
Text Example
Text Example
White with #4B6351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6351; }
p { color: rgb(75,99,81); }
H1.HeaderClassName
{
color: #4B6351;
}
.AnyTagClassName
{
color: #4B6351;
}
</style>
background-color css
<style>
a { background-color: #4B6351; }
a { background-color: rgb(75,99,81); }
div.DivClassName
{
background-color: #4B6351;
}
.BgClassName
{
background-color: #4B6351;
}
</style>
border-color css
<style>
span { border-color: #4B6351; }
span { border-color: rgb(75,99,81); }
td.TdClassName
{
border-color: #4B6351;
}
.TagClassName
{
border-color: #4B6351;
}
</style>