Shades of Mineral Green #476D52
Tints of Mineral Green #476D52
RGB
CMYK
RGB Variations
Color information
#476D52 (or 0x476D52) is known color: Mineral Green. HEX triplet: 47, 6D and 52. RGB value is (71,109,82). Sum of RGB (Red+Green+Blue) = 71+109+82=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 109 (42.97% from 255 or 41.60% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 109 - color contains mainly: green. Hex color #476D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476D52 is #B892AD. Grayscale: #5E5E5E. Windows color (decimal): -12096174 or 5401927. OLE color: 5401927.
HSL color Cylindrical-coordinate representation of color #476D52: hue angle of 137.37º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #476D52 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 109 | 82 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.57 |
| HSL | 137.37º | 0.21% | 0.35% | - |
| HSV(B) | 137.37º | 0.35% | 0.43% | - |
| XYZ | 9.59 | 12.89 | 9.96 | - |
| YUV | 94.56 | 120.91 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 109 | 82 | 0.35 | 0 | 0.25 | 0.57 | 137.37 | 0.21 | 0.35 |
| Hex | 47 | 6D | 52 | 23 | 0 | 19 | 39 | 89 | 15 | 23 |
| Octal | 107 | 155 | 122 | 43 | 0 | 31 | 71 | 211 | 25 | 43 |
| Binary | 1000111 | 1101101 | 1010010 | 100011 | 0 | 11001 | 111001 | 10001001 | 10101 | 100011 |
Color Harmonies of #476D52
Complementary color
Monochromatic Colors of #476D52
Black with #476D52
Text Example
Text Example
White with #476D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476D52; }
p { color: rgb(71,109,82); }
H1.HeaderClassName
{
color: #476D52;
}
.AnyTagClassName
{
color: #476D52;
}
</style>
background-color css
<style>
a { background-color: #476D52; }
a { background-color: rgb(71,109,82); }
div.DivClassName
{
background-color: #476D52;
}
.BgClassName
{
background-color: #476D52;
}
</style>
border-color css
<style>
span { border-color: #476D52; }
span { border-color: rgb(71,109,82); }
td.TdClassName
{
border-color: #476D52;
}
.TagClassName
{
border-color: #476D52;
}
</style>