Shades of Lochinvar #3E8F79
Tints of Lochinvar #3E8F79
RGB
CMYK
RGB Variations
Color information
#3E8F79 (or 0x3E8F79) is known color: Lochinvar. HEX triplet: 3E, 8F and 79. RGB value is (62,143,121). Sum of RGB (Red+Green+Blue) = 62+143+121=326 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.02% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 143 - color contains mainly: green. Hex color #3E8F79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8F79 is #C17086. Grayscale: #747474. Windows color (decimal): -12677255 or 7966526. OLE color: 7966526.
HSL color Cylindrical-coordinate representation of color #3E8F79: hue angle of 163.7º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E8F79 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 143 | 121 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.44 |
| HSL | 163.7º | 0.4% | 0.4% | - |
| HSV(B) | 163.7º | 0.57% | 0.56% | - |
| XYZ | 15.26 | 22.05 | 21.54 | - |
| YUV | 116.27 | 130.66 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 143 | 121 | 0.57 | 0 | 0.15 | 0.44 | 163.7 | 0.4 | 0.4 |
| Hex | 3E | 8F | 79 | 39 | 0 | F | 2C | A4 | 28 | 28 |
| Octal | 76 | 217 | 171 | 71 | 0 | 17 | 54 | 244 | 50 | 50 |
| Binary | 111110 | 10001111 | 1111001 | 111001 | 0 | 1111 | 101100 | 10100100 | 101000 | 101000 |
Color Harmonies of #3E8F79
Complementary color
Monochromatic Colors of #3E8F79
Black with #3E8F79
Text Example
Text Example
White with #3E8F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8F79; }
p { color: rgb(62,143,121); }
H1.HeaderClassName
{
color: #3E8F79;
}
.AnyTagClassName
{
color: #3E8F79;
}
</style>
background-color css
<style>
a { background-color: #3E8F79; }
a { background-color: rgb(62,143,121); }
div.DivClassName
{
background-color: #3E8F79;
}
.BgClassName
{
background-color: #3E8F79;
}
</style>
border-color css
<style>
span { border-color: #3E8F79; }
span { border-color: rgb(62,143,121); }
td.TdClassName
{
border-color: #3E8F79;
}
.TagClassName
{
border-color: #3E8F79;
}
</style>