Shades of Mineral Green #475F4C
Tints of Mineral Green #475F4C
RGB
CMYK
RGB Variations
Color information
#475F4C (or 0x475F4C) is known color: Mineral Green. HEX triplet: 47, 5F and 4C. RGB value is (71,95,76). Sum of RGB (Red+Green+Blue) = 71+95+76=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 95 - color contains mainly: green. Hex color #475F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475F4C is #B8A0B3. Grayscale: #555555. Windows color (decimal): -12099764 or 5005127. OLE color: 5005127.
HSL color Cylindrical-coordinate representation of color #475F4C: hue angle of 132.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #475F4C is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 95 | 76 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.63 |
| HSL | 132.5º | 0.14% | 0.33% | - |
| HSV(B) | 132.5º | 0.25% | 0.37% | - |
| XYZ | 8 | 10.05 | 8.36 | - |
| YUV | 85.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 95 | 76 | 0.25 | 0 | 0.20 | 0.63 | 132.5 | 0.14 | 0.33 |
| Hex | 47 | 5F | 4C | 19 | 0 | 14 | 3F | 84 | E | 21 |
| Octal | 107 | 137 | 114 | 31 | 0 | 24 | 77 | 204 | 16 | 41 |
| Binary | 1000111 | 1011111 | 1001100 | 11001 | 0 | 10100 | 111111 | 10000100 | 1110 | 100001 |
Color Harmonies of #475F4C
Complementary color
Monochromatic Colors of #475F4C
Black with #475F4C
Text Example
Text Example
White with #475F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475F4C; }
p { color: rgb(71,95,76); }
H1.HeaderClassName
{
color: #475F4C;
}
.AnyTagClassName
{
color: #475F4C;
}
</style>
background-color css
<style>
a { background-color: #475F4C; }
a { background-color: rgb(71,95,76); }
div.DivClassName
{
background-color: #475F4C;
}
.BgClassName
{
background-color: #475F4C;
}
</style>
border-color css
<style>
span { border-color: #475F4C; }
span { border-color: rgb(71,95,76); }
td.TdClassName
{
border-color: #475F4C;
}
.TagClassName
{
border-color: #475F4C;
}
</style>