Shades of Mineral Green #4B6753
Tints of Mineral Green #4B6753
RGB
CMYK
RGB Variations
Color information
#4B6753 (or 0x4B6753) is known color: Mineral Green. HEX triplet: 4B, 67 and 53. RGB value is (75,103,83). Sum of RGB (Red+Green+Blue) = 75+103+83=261 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.74% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 103 - color contains mainly: green. Hex color #4B6753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6753 is #B498AC. Grayscale: #5C5C5C. Windows color (decimal): -11835565 or 5465931. OLE color: 5465931.
HSL color Cylindrical-coordinate representation of color #4B6753: hue angle of 137.14º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4B6753 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 103 | 83 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.60 |
| HSL | 137.14º | 0.16% | 0.35% | - |
| HSV(B) | 137.14º | 0.27% | 0.4% | - |
| XYZ | 9.31 | 11.82 | 9.97 | - |
| YUV | 92.35 | 122.72 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 103 | 83 | 0.27 | 0 | 0.19 | 0.60 | 137.14 | 0.16 | 0.35 |
| Hex | 4B | 67 | 53 | 1B | 0 | 13 | 3C | 89 | 10 | 23 |
| Octal | 113 | 147 | 123 | 33 | 0 | 23 | 74 | 211 | 20 | 43 |
| Binary | 1001011 | 1100111 | 1010011 | 11011 | 0 | 10011 | 111100 | 10001001 | 10000 | 100011 |
Color Harmonies of #4B6753
Complementary color
Monochromatic Colors of #4B6753
Black with #4B6753
Text Example
Text Example
White with #4B6753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6753; }
p { color: rgb(75,103,83); }
H1.HeaderClassName
{
color: #4B6753;
}
.AnyTagClassName
{
color: #4B6753;
}
</style>
background-color css
<style>
a { background-color: #4B6753; }
a { background-color: rgb(75,103,83); }
div.DivClassName
{
background-color: #4B6753;
}
.BgClassName
{
background-color: #4B6753;
}
</style>
border-color css
<style>
span { border-color: #4B6753; }
span { border-color: rgb(75,103,83); }
td.TdClassName
{
border-color: #4B6753;
}
.TagClassName
{
border-color: #4B6753;
}
</style>