Shades of Lochinvar #3E948A
Tints of Lochinvar #3E948A
RGB
CMYK
RGB Variations
Color information
#3E948A (or 0x3E948A) is known color: Lochinvar. HEX triplet: 3E, 94 and 8A. RGB value is (62,148,138). Sum of RGB (Red+Green+Blue) = 62+148+138=348 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.82% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 148 - color contains mainly: green. Hex color #3E948A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E948A is #C16B75. Grayscale: #797979. Windows color (decimal): -12675958 or 9081918. OLE color: 9081918.
HSL color Cylindrical-coordinate representation of color #3E948A: hue angle of 173.02º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E948A is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 148 | 138 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.42 |
| HSL | 173.02º | 0.41% | 0.41% | - |
| HSV(B) | 173.02º | 0.58% | 0.58% | - |
| XYZ | 17.16 | 24.04 | 27.78 | - |
| YUV | 121.15 | 137.51 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 148 | 138 | 0.58 | 0 | 0.07 | 0.42 | 173.02 | 0.41 | 0.41 |
| Hex | 3E | 94 | 8A | 3A | 0 | 7 | 2A | AD | 29 | 29 |
| Octal | 76 | 224 | 212 | 72 | 0 | 7 | 52 | 255 | 51 | 51 |
| Binary | 111110 | 10010100 | 10001010 | 111010 | 0 | 111 | 101010 | 10101101 | 101001 | 101001 |
Color Harmonies of #3E948A
Complementary color
Monochromatic Colors of #3E948A
Black with #3E948A
Text Example
Text Example
White with #3E948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E948A; }
p { color: rgb(62,148,138); }
H1.HeaderClassName
{
color: #3E948A;
}
.AnyTagClassName
{
color: #3E948A;
}
</style>
background-color css
<style>
a { background-color: #3E948A; }
a { background-color: rgb(62,148,138); }
div.DivClassName
{
background-color: #3E948A;
}
.BgClassName
{
background-color: #3E948A;
}
</style>
border-color css
<style>
span { border-color: #3E948A; }
span { border-color: rgb(62,148,138); }
td.TdClassName
{
border-color: #3E948A;
}
.TagClassName
{
border-color: #3E948A;
}
</style>