Shades of Lochinvar #3E9689
Tints of Lochinvar #3E9689
RGB
CMYK
RGB Variations
Color information
#3E9689 (or 0x3E9689) is known color: Lochinvar. HEX triplet: 3E, 96 and 89. RGB value is (62,150,137). Sum of RGB (Red+Green+Blue) = 62+150+137=349 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.77% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 150 - color contains mainly: green. Hex color #3E9689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E9689 is #C16976. Grayscale: #7A7A7A. Windows color (decimal): -12675447 or 9016894. OLE color: 9016894.
HSL color Cylindrical-coordinate representation of color #3E9689: hue angle of 171.14º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E9689 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 62 | 150 | 137 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.41 |
| HSL | 171.14º | 0.42% | 0.42% | - |
| HSV(B) | 171.14º | 0.59% | 0.59% | - |
| XYZ | 17.41 | 24.64 | 27.51 | - |
| YUV | 122.21 | 136.35 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 150 | 137 | 0.59 | 0 | 0.09 | 0.41 | 171.14 | 0.42 | 0.42 |
| Hex | 3E | 96 | 89 | 3B | 0 | 9 | 29 | AB | 2A | 2A |
| Octal | 76 | 226 | 211 | 73 | 0 | 11 | 51 | 253 | 52 | 52 |
| Binary | 111110 | 10010110 | 10001001 | 111011 | 0 | 1001 | 101001 | 10101011 | 101010 | 101010 |
Color Harmonies of #3E9689
Complementary color
Monochromatic Colors of #3E9689
Black with #3E9689
Text Example
Text Example
White with #3E9689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E9689; }
p { color: rgb(62,150,137); }
H1.HeaderClassName
{
color: #3E9689;
}
.AnyTagClassName
{
color: #3E9689;
}
</style>
background-color css
<style>
a { background-color: #3E9689; }
a { background-color: rgb(62,150,137); }
div.DivClassName
{
background-color: #3E9689;
}
.BgClassName
{
background-color: #3E9689;
}
</style>
border-color css
<style>
span { border-color: #3E9689; }
span { border-color: rgb(62,150,137); }
td.TdClassName
{
border-color: #3E9689;
}
.TagClassName
{
border-color: #3E9689;
}
</style>