Shades of Lochinvar #418C7B
Tints of Lochinvar #418C7B
RGB
CMYK
RGB Variations
Color information
#418C7B (or 0x418C7B) is known color: Lochinvar. HEX triplet: 41, 8C and 7B. RGB value is (65,140,123). Sum of RGB (Red+Green+Blue) = 65+140+123=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 140 - color contains mainly: green. Hex color #418C7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418C7B is #BE7384. Grayscale: #737373. Windows color (decimal): -12481413 or 8096833. OLE color: 8096833.
HSL color Cylindrical-coordinate representation of color #418C7B: hue angle of 166.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #418C7B is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 140 | 123 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.45 |
| HSL | 166.4º | 0.37% | 0.4% | - |
| HSV(B) | 166.4º | 0.54% | 0.55% | - |
| XYZ | 15.13 | 21.31 | 22.05 | - |
| YUV | 115.64 | 132.15 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 140 | 123 | 0.54 | 0 | 0.12 | 0.45 | 166.4 | 0.37 | 0.4 |
| Hex | 41 | 8C | 7B | 36 | 0 | C | 2D | A6 | 25 | 28 |
| Octal | 101 | 214 | 173 | 66 | 0 | 14 | 55 | 246 | 45 | 50 |
| Binary | 1000001 | 10001100 | 1111011 | 110110 | 0 | 1100 | 101101 | 10100110 | 100101 | 101000 |
Color Harmonies of #418C7B
Complementary color
Monochromatic Colors of #418C7B
Black with #418C7B
Text Example
Text Example
White with #418C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418C7B; }
p { color: rgb(65,140,123); }
H1.HeaderClassName
{
color: #418C7B;
}
.AnyTagClassName
{
color: #418C7B;
}
</style>
background-color css
<style>
a { background-color: #418C7B; }
a { background-color: rgb(65,140,123); }
div.DivClassName
{
background-color: #418C7B;
}
.BgClassName
{
background-color: #418C7B;
}
</style>
border-color css
<style>
span { border-color: #418C7B; }
span { border-color: rgb(65,140,123); }
td.TdClassName
{
border-color: #418C7B;
}
.TagClassName
{
border-color: #418C7B;
}
</style>