Shades of Lochinvar #418B7E
Tints of Lochinvar #418B7E
RGB
CMYK
RGB Variations
Color information
#418B7E (or 0x418B7E) is known color: Lochinvar. HEX triplet: 41, 8B and 7E. RGB value is (65,139,126). Sum of RGB (Red+Green+Blue) = 65+139+126=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 139 - color contains mainly: green. Hex color #418B7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418B7E is #BE7481. Grayscale: #737373. Windows color (decimal): -12481666 or 8293185. OLE color: 8293185.
HSL color Cylindrical-coordinate representation of color #418B7E: hue angle of 169.46º 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 #418B7E is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 139 | 126 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.45 |
| HSL | 169.46º | 0.36% | 0.4% | - |
| HSV(B) | 169.46º | 0.53% | 0.55% | - |
| XYZ | 15.18 | 21.1 | 23.01 | - |
| YUV | 115.39 | 133.98 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 139 | 126 | 0.53 | 0 | 0.09 | 0.45 | 169.46 | 0.36 | 0.4 |
| Hex | 41 | 8B | 7E | 35 | 0 | 9 | 2D | A9 | 24 | 28 |
| Octal | 101 | 213 | 176 | 65 | 0 | 11 | 55 | 251 | 44 | 50 |
| Binary | 1000001 | 10001011 | 1111110 | 110101 | 0 | 1001 | 101101 | 10101001 | 100100 | 101000 |
Color Harmonies of #418B7E
Complementary color
Monochromatic Colors of #418B7E
Black with #418B7E
Text Example
Text Example
White with #418B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418B7E; }
p { color: rgb(65,139,126); }
H1.HeaderClassName
{
color: #418B7E;
}
.AnyTagClassName
{
color: #418B7E;
}
</style>
background-color css
<style>
a { background-color: #418B7E; }
a { background-color: rgb(65,139,126); }
div.DivClassName
{
background-color: #418B7E;
}
.BgClassName
{
background-color: #418B7E;
}
</style>
border-color css
<style>
span { border-color: #418B7E; }
span { border-color: rgb(65,139,126); }
td.TdClassName
{
border-color: #418B7E;
}
.TagClassName
{
border-color: #418B7E;
}
</style>