Shades of Lochinvar #418B86
Tints of Lochinvar #418B86
RGB
CMYK
RGB Variations
Color information
#418B86 (or 0x418B86) is known color: Lochinvar. HEX triplet: 41, 8B and 86. RGB value is (65,139,134). Sum of RGB (Red+Green+Blue) = 65+139+134=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 139 - color contains mainly: green. Hex color #418B86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418B86 is #BE7479. Grayscale: #747474. Windows color (decimal): -12481658 or 8817473. OLE color: 8817473.
HSL color Cylindrical-coordinate representation of color #418B86: hue angle of 175.95º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418B86 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 139 | 134 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.45 |
| HSL | 175.95º | 0.36% | 0.4% | - |
| HSV(B) | 175.95º | 0.53% | 0.55% | - |
| XYZ | 15.72 | 21.31 | 25.84 | - |
| YUV | 116.3 | 137.98 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 139 | 134 | 0.53 | 0 | 0.04 | 0.45 | 175.95 | 0.36 | 0.4 |
| Hex | 41 | 8B | 86 | 35 | 0 | 4 | 2D | B0 | 24 | 28 |
| Octal | 101 | 213 | 206 | 65 | 0 | 4 | 55 | 260 | 44 | 50 |
| Binary | 1000001 | 10001011 | 10000110 | 110101 | 0 | 100 | 101101 | 10110000 | 100100 | 101000 |
Color Harmonies of #418B86
Complementary color
Monochromatic Colors of #418B86
Black with #418B86
Text Example
Text Example
White with #418B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418B86; }
p { color: rgb(65,139,134); }
H1.HeaderClassName
{
color: #418B86;
}
.AnyTagClassName
{
color: #418B86;
}
</style>
background-color css
<style>
a { background-color: #418B86; }
a { background-color: rgb(65,139,134); }
div.DivClassName
{
background-color: #418B86;
}
.BgClassName
{
background-color: #418B86;
}
</style>
border-color css
<style>
span { border-color: #418B86; }
span { border-color: rgb(65,139,134); }
td.TdClassName
{
border-color: #418B86;
}
.TagClassName
{
border-color: #418B86;
}
</style>