Shades of Lochinvar #3E8C80
Tints of Lochinvar #3E8C80
RGB
CMYK
RGB Variations
Color information
#3E8C80 (or 0x3E8C80) is known color: Lochinvar. HEX triplet: 3E, 8C and 80. RGB value is (62,140,128). Sum of RGB (Red+Green+Blue) = 62+140+128=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 140 - color contains mainly: green. Hex color #3E8C80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8C80 is #C1737F. Grayscale: #737373. Windows color (decimal): -12678016 or 8424510. OLE color: 8424510.
HSL color Cylindrical-coordinate representation of color #3E8C80: hue angle of 170.77º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E8C80 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 140 | 128 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.45 |
| HSL | 170.77º | 0.39% | 0.4% | - |
| HSV(B) | 170.77º | 0.56% | 0.55% | - |
| XYZ | 15.26 | 21.34 | 23.74 | - |
| YUV | 115.31 | 135.16 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 140 | 128 | 0.56 | 0 | 0.09 | 0.45 | 170.77 | 0.39 | 0.4 |
| Hex | 3E | 8C | 80 | 38 | 0 | 9 | 2D | AB | 27 | 28 |
| Octal | 76 | 214 | 200 | 70 | 0 | 11 | 55 | 253 | 47 | 50 |
| Binary | 111110 | 10001100 | 10000000 | 111000 | 0 | 1001 | 101101 | 10101011 | 100111 | 101000 |
Color Harmonies of #3E8C80
Complementary color
Monochromatic Colors of #3E8C80
Black with #3E8C80
Text Example
Text Example
White with #3E8C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8C80; }
p { color: rgb(62,140,128); }
H1.HeaderClassName
{
color: #3E8C80;
}
.AnyTagClassName
{
color: #3E8C80;
}
</style>
background-color css
<style>
a { background-color: #3E8C80; }
a { background-color: rgb(62,140,128); }
div.DivClassName
{
background-color: #3E8C80;
}
.BgClassName
{
background-color: #3E8C80;
}
</style>
border-color css
<style>
span { border-color: #3E8C80; }
span { border-color: rgb(62,140,128); }
td.TdClassName
{
border-color: #3E8C80;
}
.TagClassName
{
border-color: #3E8C80;
}
</style>