Shades of Mineral Green #416649
Tints of Mineral Green #416649
RGB
CMYK
RGB Variations
Color information
#416649 (or 0x416649) is known color: Mineral Green. HEX triplet: 41, 66 and 49. RGB value is (65,102,73). Sum of RGB (Red+Green+Blue) = 65+102+73=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 102 - color contains mainly: green. Hex color #416649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416649 is #BE99B6. Grayscale: #575757. Windows color (decimal): -12491191 or 4810305. OLE color: 4810305.
HSL color Cylindrical-coordinate representation of color #416649: hue angle of 132.97º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #416649 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 65 | 102 | 73 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.6 |
| HSL | 132.97º | 0.22% | 0.33% | - |
| HSV(B) | 132.97º | 0.36% | 0.4% | - |
| XYZ | 8.13 | 11.11 | 8.02 | - |
| YUV | 87.63 | 119.74 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 102 | 73 | 0.36 | 0 | 0.28 | 0.6 | 132.97 | 0.22 | 0.33 |
| Hex | 41 | 66 | 49 | 24 | 0 | 1C | 3C | 85 | 16 | 21 |
| Octal | 101 | 146 | 111 | 44 | 0 | 34 | 74 | 205 | 26 | 41 |
| Binary | 1000001 | 1100110 | 1001001 | 100100 | 0 | 11100 | 111100 | 10000101 | 10110 | 100001 |
Color Harmonies of #416649
Complementary color
Monochromatic Colors of #416649
Black with #416649
Text Example
Text Example
White with #416649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416649; }
p { color: rgb(65,102,73); }
H1.HeaderClassName
{
color: #416649;
}
.AnyTagClassName
{
color: #416649;
}
</style>
background-color css
<style>
a { background-color: #416649; }
a { background-color: rgb(65,102,73); }
div.DivClassName
{
background-color: #416649;
}
.BgClassName
{
background-color: #416649;
}
</style>
border-color css
<style>
span { border-color: #416649; }
span { border-color: rgb(65,102,73); }
td.TdClassName
{
border-color: #416649;
}
.TagClassName
{
border-color: #416649;
}
</style>