Shades of Lochinvar #418D85
Tints of Lochinvar #418D85
RGB
CMYK
RGB Variations
Color information
#418D85 (or 0x418D85) is known color: Lochinvar. HEX triplet: 41, 8D and 85. RGB value is (65,141,133). Sum of RGB (Red+Green+Blue) = 65+141+133=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 141 - color contains mainly: green. Hex color #418D85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418D85 is #BE727A. Grayscale: #757575. Windows color (decimal): -12481147 or 8752449. OLE color: 8752449.
HSL color Cylindrical-coordinate representation of color #418D85: hue angle of 173.68º 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 #418D85 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 141 | 133 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.45 |
| HSL | 173.68º | 0.37% | 0.4% | - |
| HSV(B) | 173.68º | 0.54% | 0.55% | - |
| XYZ | 15.94 | 21.87 | 25.57 | - |
| YUV | 117.36 | 136.82 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 141 | 133 | 0.54 | 0 | 0.06 | 0.45 | 173.68 | 0.37 | 0.4 |
| Hex | 41 | 8D | 85 | 36 | 0 | 6 | 2D | AE | 25 | 28 |
| Octal | 101 | 215 | 205 | 66 | 0 | 6 | 55 | 256 | 45 | 50 |
| Binary | 1000001 | 10001101 | 10000101 | 110110 | 0 | 110 | 101101 | 10101110 | 100101 | 101000 |
Color Harmonies of #418D85
Complementary color
Monochromatic Colors of #418D85
Black with #418D85
Text Example
Text Example
White with #418D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418D85; }
p { color: rgb(65,141,133); }
H1.HeaderClassName
{
color: #418D85;
}
.AnyTagClassName
{
color: #418D85;
}
</style>
background-color css
<style>
a { background-color: #418D85; }
a { background-color: rgb(65,141,133); }
div.DivClassName
{
background-color: #418D85;
}
.BgClassName
{
background-color: #418D85;
}
</style>
border-color css
<style>
span { border-color: #418D85; }
span { border-color: rgb(65,141,133); }
td.TdClassName
{
border-color: #418D85;
}
.TagClassName
{
border-color: #418D85;
}
</style>