Shades of Lochinvar #418D7F
Tints of Lochinvar #418D7F
RGB
CMYK
RGB Variations
Color information
#418D7F (or 0x418D7F) is known color: Lochinvar. HEX triplet: 41, 8D and 7F. RGB value is (65,141,127). Sum of RGB (Red+Green+Blue) = 65+141+127=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 141 - color contains mainly: green. Hex color #418D7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418D7F is #BE7280. Grayscale: #747474. Windows color (decimal): -12481153 or 8359233. OLE color: 8359233.
HSL color Cylindrical-coordinate representation of color #418D7F: hue angle of 168.95º 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 #418D7F is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 141 | 127 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.45 |
| HSL | 168.95º | 0.37% | 0.4% | - |
| HSV(B) | 168.95º | 0.54% | 0.55% | - |
| XYZ | 15.54 | 21.71 | 23.45 | - |
| YUV | 116.68 | 133.82 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 141 | 127 | 0.54 | 0 | 0.10 | 0.45 | 168.95 | 0.37 | 0.4 |
| Hex | 41 | 8D | 7F | 36 | 0 | A | 2D | A9 | 25 | 28 |
| Octal | 101 | 215 | 177 | 66 | 0 | 12 | 55 | 251 | 45 | 50 |
| Binary | 1000001 | 10001101 | 1111111 | 110110 | 0 | 1010 | 101101 | 10101001 | 100101 | 101000 |
Color Harmonies of #418D7F
Complementary color
Monochromatic Colors of #418D7F
Black with #418D7F
Text Example
Text Example
White with #418D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418D7F; }
p { color: rgb(65,141,127); }
H1.HeaderClassName
{
color: #418D7F;
}
.AnyTagClassName
{
color: #418D7F;
}
</style>
background-color css
<style>
a { background-color: #418D7F; }
a { background-color: rgb(65,141,127); }
div.DivClassName
{
background-color: #418D7F;
}
.BgClassName
{
background-color: #418D7F;
}
</style>
border-color css
<style>
span { border-color: #418D7F; }
span { border-color: rgb(65,141,127); }
td.TdClassName
{
border-color: #418D7F;
}
.TagClassName
{
border-color: #418D7F;
}
</style>