Shades of Lochinvar #3E8E81
Tints of Lochinvar #3E8E81
RGB
CMYK
RGB Variations
Color information
#3E8E81 (or 0x3E8E81) is known color: Lochinvar. HEX triplet: 3E, 8E and 81. RGB value is (62,142,129). Sum of RGB (Red+Green+Blue) = 62+142+129=333 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.62% from 333); Green value is 142 (55.86% from 255 or 42.64% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 142 - color contains mainly: green. Hex color #3E8E81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8E81 is #C1717E. Grayscale: #747474. Windows color (decimal): -12677503 or 8490558. OLE color: 8490558.
HSL color Cylindrical-coordinate representation of color #3E8E81: hue angle of 170.25º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E8E81 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 142 | 129 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.44 |
| HSL | 170.25º | 0.39% | 0.4% | - |
| HSV(B) | 170.25º | 0.56% | 0.56% | - |
| XYZ | 15.62 | 21.96 | 24.18 | - |
| YUV | 116.6 | 135 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 142 | 129 | 0.56 | 0 | 0.09 | 0.44 | 170.25 | 0.39 | 0.4 |
| Hex | 3E | 8E | 81 | 38 | 0 | 9 | 2C | AA | 27 | 28 |
| Octal | 76 | 216 | 201 | 70 | 0 | 11 | 54 | 252 | 47 | 50 |
| Binary | 111110 | 10001110 | 10000001 | 111000 | 0 | 1001 | 101100 | 10101010 | 100111 | 101000 |
Color Harmonies of #3E8E81
Complementary color
Monochromatic Colors of #3E8E81
Black with #3E8E81
Text Example
Text Example
White with #3E8E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8E81; }
p { color: rgb(62,142,129); }
H1.HeaderClassName
{
color: #3E8E81;
}
.AnyTagClassName
{
color: #3E8E81;
}
</style>
background-color css
<style>
a { background-color: #3E8E81; }
a { background-color: rgb(62,142,129); }
div.DivClassName
{
background-color: #3E8E81;
}
.BgClassName
{
background-color: #3E8E81;
}
</style>
border-color css
<style>
span { border-color: #3E8E81; }
span { border-color: rgb(62,142,129); }
td.TdClassName
{
border-color: #3E8E81;
}
.TagClassName
{
border-color: #3E8E81;
}
</style>