Shades of Mineral Green #416A4E
Tints of Mineral Green #416A4E
RGB
CMYK
RGB Variations
Color information
#416A4E (or 0x416A4E) is known color: Mineral Green. HEX triplet: 41, 6A and 4E. RGB value is (65,106,78). Sum of RGB (Red+Green+Blue) = 65+106+78=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 106 (41.80% from 255 or 42.57% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 106 - color contains mainly: green. Hex color #416A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416A4E is #BE95B1. Grayscale: #5A5A5A. Windows color (decimal): -12490162 or 5139009. OLE color: 5139009.
HSL color Cylindrical-coordinate representation of color #416A4E: hue angle of 139.02º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #416A4E is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 106 | 78 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.58 |
| HSL | 139.02º | 0.24% | 0.34% | - |
| HSV(B) | 139.02º | 0.39% | 0.42% | - |
| XYZ | 8.71 | 11.98 | 9.06 | - |
| YUV | 90.55 | 120.92 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 106 | 78 | 0.39 | 0 | 0.26 | 0.58 | 139.02 | 0.24 | 0.34 |
| Hex | 41 | 6A | 4E | 27 | 0 | 1A | 3A | 8B | 18 | 22 |
| Octal | 101 | 152 | 116 | 47 | 0 | 32 | 72 | 213 | 30 | 42 |
| Binary | 1000001 | 1101010 | 1001110 | 100111 | 0 | 11010 | 111010 | 10001011 | 11000 | 100010 |
Color Harmonies of #416A4E
Complementary color
Monochromatic Colors of #416A4E
Black with #416A4E
Text Example
Text Example
White with #416A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416A4E; }
p { color: rgb(65,106,78); }
H1.HeaderClassName
{
color: #416A4E;
}
.AnyTagClassName
{
color: #416A4E;
}
</style>
background-color css
<style>
a { background-color: #416A4E; }
a { background-color: rgb(65,106,78); }
div.DivClassName
{
background-color: #416A4E;
}
.BgClassName
{
background-color: #416A4E;
}
</style>
border-color css
<style>
span { border-color: #416A4E; }
span { border-color: rgb(65,106,78); }
td.TdClassName
{
border-color: #416A4E;
}
.TagClassName
{
border-color: #416A4E;
}
</style>