Shades of Mineral Green #426A4E
Tints of Mineral Green #426A4E
RGB
CMYK
RGB Variations
Color information
#426A4E (or 0x426A4E) is known color: Mineral Green. HEX triplet: 42, 6A and 4E. RGB value is (66,106,78). Sum of RGB (Red+Green+Blue) = 66+106+78=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 106 (41.80% from 255 or 42.4% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 106 - color contains mainly: green. Hex color #426A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426A4E is #BD95B1. Grayscale: #5A5A5A. Windows color (decimal): -12424626 or 5139010. OLE color: 5139010.
HSL color Cylindrical-coordinate representation of color #426A4E: hue angle of 138º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #426A4E is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 106 | 78 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.58 |
| HSL | 138º | 0.23% | 0.34% | - |
| HSV(B) | 138º | 0.38% | 0.42% | - |
| XYZ | 8.78 | 12.02 | 9.06 | - |
| YUV | 90.85 | 120.75 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 106 | 78 | 0.38 | 0 | 0.26 | 0.58 | 138 | 0.23 | 0.34 |
| Hex | 42 | 6A | 4E | 26 | 0 | 1A | 3A | 8A | 17 | 22 |
| Octal | 102 | 152 | 116 | 46 | 0 | 32 | 72 | 212 | 27 | 42 |
| Binary | 1000010 | 1101010 | 1001110 | 100110 | 0 | 11010 | 111010 | 10001010 | 10111 | 100010 |
Color Harmonies of #426A4E
Complementary color
Monochromatic Colors of #426A4E
Black with #426A4E
Text Example
Text Example
White with #426A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426A4E; }
p { color: rgb(66,106,78); }
H1.HeaderClassName
{
color: #426A4E;
}
.AnyTagClassName
{
color: #426A4E;
}
</style>
background-color css
<style>
a { background-color: #426A4E; }
a { background-color: rgb(66,106,78); }
div.DivClassName
{
background-color: #426A4E;
}
.BgClassName
{
background-color: #426A4E;
}
</style>
border-color css
<style>
span { border-color: #426A4E; }
span { border-color: rgb(66,106,78); }
td.TdClassName
{
border-color: #426A4E;
}
.TagClassName
{
border-color: #426A4E;
}
</style>