Shades of Mineral Green #4B654F
Tints of Mineral Green #4B654F
RGB
CMYK
RGB Variations
Color information
#4B654F (or 0x4B654F) is known color: Mineral Green. HEX triplet: 4B, 65 and 4F. RGB value is (75,101,79). Sum of RGB (Red+Green+Blue) = 75+101+79=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 101 - color contains mainly: green. Hex color #4B654F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B654F is #B49AB0. Grayscale: #5A5A5A. Windows color (decimal): -11836081 or 5203275. OLE color: 5203275.
HSL color Cylindrical-coordinate representation of color #4B654F: hue angle of 129.23º 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 #4B654F is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 101 | 79 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.60 |
| HSL | 129.23º | 0.15% | 0.35% | - |
| HSV(B) | 129.23º | 0.26% | 0.4% | - |
| XYZ | 8.97 | 11.37 | 9.12 | - |
| YUV | 90.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 101 | 79 | 0.26 | 0 | 0.22 | 0.60 | 129.23 | 0.15 | 0.35 |
| Hex | 4B | 65 | 4F | 1A | 0 | 16 | 3C | 81 | F | 23 |
| Octal | 113 | 145 | 117 | 32 | 0 | 26 | 74 | 201 | 17 | 43 |
| Binary | 1001011 | 1100101 | 1001111 | 11010 | 0 | 10110 | 111100 | 10000001 | 1111 | 100011 |
Color Harmonies of #4B654F
Complementary color
Monochromatic Colors of #4B654F
Black with #4B654F
Text Example
Text Example
White with #4B654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B654F; }
p { color: rgb(75,101,79); }
H1.HeaderClassName
{
color: #4B654F;
}
.AnyTagClassName
{
color: #4B654F;
}
</style>
background-color css
<style>
a { background-color: #4B654F; }
a { background-color: rgb(75,101,79); }
div.DivClassName
{
background-color: #4B654F;
}
.BgClassName
{
background-color: #4B654F;
}
</style>
border-color css
<style>
span { border-color: #4B654F; }
span { border-color: rgb(75,101,79); }
td.TdClassName
{
border-color: #4B654F;
}
.TagClassName
{
border-color: #4B654F;
}
</style>