Shades of Mineral Green #416C4E
Tints of Mineral Green #416C4E
RGB
CMYK
RGB Variations
Color information
#416C4E (or 0x416C4E) is known color: Mineral Green. HEX triplet: 41, 6C and 4E. RGB value is (65,108,78). Sum of RGB (Red+Green+Blue) = 65+108+78=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 108 (42.58% from 255 or 43.03% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 108 - color contains mainly: green. Hex color #416C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416C4E is #BE93B1. Grayscale: #5B5B5B. Windows color (decimal): -12489650 or 5139521. OLE color: 5139521.
HSL color Cylindrical-coordinate representation of color #416C4E: hue angle of 138.14º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #416C4E is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 108 | 78 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.58 |
| HSL | 138.14º | 0.25% | 0.34% | - |
| HSV(B) | 138.14º | 0.4% | 0.42% | - |
| XYZ | 8.92 | 12.4 | 9.13 | - |
| YUV | 91.72 | 120.25 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 78 | 0.40 | 0 | 0.28 | 0.58 | 138.14 | 0.25 | 0.34 |
| Hex | 41 | 6C | 4E | 28 | 0 | 1C | 3A | 8A | 19 | 22 |
| Octal | 101 | 154 | 116 | 50 | 0 | 34 | 72 | 212 | 31 | 42 |
| Binary | 1000001 | 1101100 | 1001110 | 101000 | 0 | 11100 | 111010 | 10001010 | 11001 | 100010 |
Color Harmonies of #416C4E
Complementary color
Monochromatic Colors of #416C4E
Black with #416C4E
Text Example
Text Example
White with #416C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416C4E; }
p { color: rgb(65,108,78); }
H1.HeaderClassName
{
color: #416C4E;
}
.AnyTagClassName
{
color: #416C4E;
}
</style>
background-color css
<style>
a { background-color: #416C4E; }
a { background-color: rgb(65,108,78); }
div.DivClassName
{
background-color: #416C4E;
}
.BgClassName
{
background-color: #416C4E;
}
</style>
border-color css
<style>
span { border-color: #416C4E; }
span { border-color: rgb(65,108,78); }
td.TdClassName
{
border-color: #416C4E;
}
.TagClassName
{
border-color: #416C4E;
}
</style>