Shades of Mineral Green #436B50
Tints of Mineral Green #436B50
RGB
CMYK
RGB Variations
Color information
#436B50 (or 0x436B50) is known color: Mineral Green. HEX triplet: 43, 6B and 50. RGB value is (67,107,80). Sum of RGB (Red+Green+Blue) = 67+107+80=254 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.38% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 107 - color contains mainly: green. Hex color #436B50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436B50 is #BC94AF. Grayscale: #5C5C5C. Windows color (decimal): -12358832 or 5270339. OLE color: 5270339.
HSL color Cylindrical-coordinate representation of color #436B50: hue angle of 139.5º 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 #436B50 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 67 | 107 | 80 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.58 |
| HSL | 139.5º | 0.23% | 0.34% | - |
| HSV(B) | 139.5º | 0.37% | 0.42% | - |
| XYZ | 9.02 | 12.29 | 9.49 | - |
| YUV | 91.96 | 121.25 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 107 | 80 | 0.37 | 0 | 0.25 | 0.58 | 139.5 | 0.23 | 0.34 |
| Hex | 43 | 6B | 50 | 25 | 0 | 19 | 3A | 8C | 17 | 22 |
| Octal | 103 | 153 | 120 | 45 | 0 | 31 | 72 | 214 | 27 | 42 |
| Binary | 1000011 | 1101011 | 1010000 | 100101 | 0 | 11001 | 111010 | 10001100 | 10111 | 100010 |
Color Harmonies of #436B50
Complementary color
Monochromatic Colors of #436B50
Black with #436B50
Text Example
Text Example
White with #436B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436B50; }
p { color: rgb(67,107,80); }
H1.HeaderClassName
{
color: #436B50;
}
.AnyTagClassName
{
color: #436B50;
}
</style>
background-color css
<style>
a { background-color: #436B50; }
a { background-color: rgb(67,107,80); }
div.DivClassName
{
background-color: #436B50;
}
.BgClassName
{
background-color: #436B50;
}
</style>
border-color css
<style>
span { border-color: #436B50; }
span { border-color: rgb(67,107,80); }
td.TdClassName
{
border-color: #436B50;
}
.TagClassName
{
border-color: #436B50;
}
</style>