Shades of Mineral Green #4B6452
Tints of Mineral Green #4B6452
RGB
CMYK
RGB Variations
Color information
#4B6452 (or 0x4B6452) is known color: Mineral Green. HEX triplet: 4B, 64 and 52. RGB value is (75,100,82). Sum of RGB (Red+Green+Blue) = 75+100+82=257 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.18% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 100 - color contains mainly: green. Hex color #4B6452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6452 is #B49BAD. Grayscale: #5A5A5A. Windows color (decimal): -11836334 or 5399627. OLE color: 5399627.
HSL color Cylindrical-coordinate representation of color #4B6452: hue angle of 136.8º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4B6452 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 75 | 100 | 82 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.61 |
| HSL | 136.8º | 0.14% | 0.34% | - |
| HSV(B) | 136.8º | 0.25% | 0.39% | - |
| XYZ | 8.98 | 11.22 | 9.67 | - |
| YUV | 90.47 | 123.22 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 100 | 82 | 0.25 | 0 | 0.18 | 0.61 | 136.8 | 0.14 | 0.34 |
| Hex | 4B | 64 | 52 | 19 | 0 | 12 | 3D | 89 | E | 22 |
| Octal | 113 | 144 | 122 | 31 | 0 | 22 | 75 | 211 | 16 | 42 |
| Binary | 1001011 | 1100100 | 1010010 | 11001 | 0 | 10010 | 111101 | 10001001 | 1110 | 100010 |
Color Harmonies of #4B6452
Complementary color
Monochromatic Colors of #4B6452
Black with #4B6452
Text Example
Text Example
White with #4B6452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6452; }
p { color: rgb(75,100,82); }
H1.HeaderClassName
{
color: #4B6452;
}
.AnyTagClassName
{
color: #4B6452;
}
</style>
background-color css
<style>
a { background-color: #4B6452; }
a { background-color: rgb(75,100,82); }
div.DivClassName
{
background-color: #4B6452;
}
.BgClassName
{
background-color: #4B6452;
}
</style>
border-color css
<style>
span { border-color: #4B6452; }
span { border-color: rgb(75,100,82); }
td.TdClassName
{
border-color: #4B6452;
}
.TagClassName
{
border-color: #4B6452;
}
</style>