Shades of Mineral Green #436A50
Tints of Mineral Green #436A50
RGB
CMYK
RGB Variations
Color information
#436A50 (or 0x436A50) is known color: Mineral Green. HEX triplet: 43, 6A and 50. RGB value is (67,106,80). Sum of RGB (Red+Green+Blue) = 67+106+80=253 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.48% from 253); Green value is 106 (41.80% from 255 or 41.90% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 106 - color contains mainly: green. Hex color #436A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436A50 is #BC95AF. Grayscale: #5B5B5B. Windows color (decimal): -12359088 or 5270083. OLE color: 5270083.
HSL color Cylindrical-coordinate representation of color #436A50: hue angle of 140º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #436A50 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 67 | 106 | 80 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.58 |
| HSL | 140º | 0.23% | 0.34% | - |
| HSV(B) | 140º | 0.37% | 0.42% | - |
| XYZ | 8.92 | 12.08 | 9.45 | - |
| YUV | 91.38 | 121.58 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 106 | 80 | 0.37 | 0 | 0.25 | 0.58 | 140 | 0.23 | 0.34 |
| Hex | 43 | 6A | 50 | 25 | 0 | 19 | 3A | 8C | 17 | 22 |
| Octal | 103 | 152 | 120 | 45 | 0 | 31 | 72 | 214 | 27 | 42 |
| Binary | 1000011 | 1101010 | 1010000 | 100101 | 0 | 11001 | 111010 | 10001100 | 10111 | 100010 |
Color Harmonies of #436A50
Complementary color
Monochromatic Colors of #436A50
Black with #436A50
Text Example
Text Example
White with #436A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436A50; }
p { color: rgb(67,106,80); }
H1.HeaderClassName
{
color: #436A50;
}
.AnyTagClassName
{
color: #436A50;
}
</style>
background-color css
<style>
a { background-color: #436A50; }
a { background-color: rgb(67,106,80); }
div.DivClassName
{
background-color: #436A50;
}
.BgClassName
{
background-color: #436A50;
}
</style>
border-color css
<style>
span { border-color: #436A50; }
span { border-color: rgb(67,106,80); }
td.TdClassName
{
border-color: #436A50;
}
.TagClassName
{
border-color: #436A50;
}
</style>