Shades of Lochinvar #3E9182
Tints of Lochinvar #3E9182
RGB
CMYK
RGB Variations
Color information
#3E9182 (or 0x3E9182) is known color: Lochinvar. HEX triplet: 3E, 91 and 82. RGB value is (62,145,130). Sum of RGB (Red+Green+Blue) = 62+145+130=337 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.40% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 145 - color contains mainly: green. Hex color #3E9182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E9182 is #C16E7D. Grayscale: #767676. Windows color (decimal): -12676734 or 8556862. OLE color: 8556862.
HSL color Cylindrical-coordinate representation of color #3E9182: hue angle of 169.16º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E9182 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 62 | 145 | 130 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.43 |
| HSL | 169.16º | 0.4% | 0.41% | - |
| HSV(B) | 169.16º | 0.57% | 0.57% | - |
| XYZ | 16.14 | 22.89 | 24.69 | - |
| YUV | 118.47 | 134.5 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 145 | 130 | 0.57 | 0 | 0.10 | 0.43 | 169.16 | 0.4 | 0.41 |
| Hex | 3E | 91 | 82 | 39 | 0 | A | 2B | A9 | 28 | 29 |
| Octal | 76 | 221 | 202 | 71 | 0 | 12 | 53 | 251 | 50 | 51 |
| Binary | 111110 | 10010001 | 10000010 | 111001 | 0 | 1010 | 101011 | 10101001 | 101000 | 101001 |
Color Harmonies of #3E9182
Complementary color
Monochromatic Colors of #3E9182
Black with #3E9182
Text Example
Text Example
White with #3E9182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E9182; }
p { color: rgb(62,145,130); }
H1.HeaderClassName
{
color: #3E9182;
}
.AnyTagClassName
{
color: #3E9182;
}
</style>
background-color css
<style>
a { background-color: #3E9182; }
a { background-color: rgb(62,145,130); }
div.DivClassName
{
background-color: #3E9182;
}
.BgClassName
{
background-color: #3E9182;
}
</style>
border-color css
<style>
span { border-color: #3E9182; }
span { border-color: rgb(62,145,130); }
td.TdClassName
{
border-color: #3E9182;
}
.TagClassName
{
border-color: #3E9182;
}
</style>