Shades of Mineral Green #476B52
Tints of Mineral Green #476B52
RGB
CMYK
RGB Variations
Color information
#476B52 (or 0x476B52) is known color: Mineral Green. HEX triplet: 47, 6B and 52. RGB value is (71,107,82). Sum of RGB (Red+Green+Blue) = 71+107+82=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 107 (42.19% from 255 or 41.15% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 107 - color contains mainly: green. Hex color #476B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476B52 is #B894AD. Grayscale: #5D5D5D. Windows color (decimal): -12096686 or 5401415. OLE color: 5401415.
HSL color Cylindrical-coordinate representation of color #476B52: hue angle of 138.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #476B52 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 107 | 82 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.58 |
| HSL | 138.33º | 0.2% | 0.35% | - |
| HSV(B) | 138.33º | 0.34% | 0.42% | - |
| XYZ | 9.38 | 12.46 | 9.89 | - |
| YUV | 93.39 | 121.57 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 107 | 82 | 0.34 | 0 | 0.23 | 0.58 | 138.33 | 0.2 | 0.35 |
| Hex | 47 | 6B | 52 | 22 | 0 | 17 | 3A | 8A | 14 | 23 |
| Octal | 107 | 153 | 122 | 42 | 0 | 27 | 72 | 212 | 24 | 43 |
| Binary | 1000111 | 1101011 | 1010010 | 100010 | 0 | 10111 | 111010 | 10001010 | 10100 | 100011 |
Color Harmonies of #476B52
Complementary color
Monochromatic Colors of #476B52
Black with #476B52
Text Example
Text Example
White with #476B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476B52; }
p { color: rgb(71,107,82); }
H1.HeaderClassName
{
color: #476B52;
}
.AnyTagClassName
{
color: #476B52;
}
</style>
background-color css
<style>
a { background-color: #476B52; }
a { background-color: rgb(71,107,82); }
div.DivClassName
{
background-color: #476B52;
}
.BgClassName
{
background-color: #476B52;
}
</style>
border-color css
<style>
span { border-color: #476B52; }
span { border-color: rgb(71,107,82); }
td.TdClassName
{
border-color: #476B52;
}
.TagClassName
{
border-color: #476B52;
}
</style>