Shades of Lochinvar #418D82
Tints of Lochinvar #418D82
RGB
CMYK
RGB Variations
Color information
#418D82 (or 0x418D82) is known color: Lochinvar. HEX triplet: 41, 8D and 82. RGB value is (65,141,130). Sum of RGB (Red+Green+Blue) = 65+141+130=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 141 - color contains mainly: green. Hex color #418D82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418D82 is #BE727D. Grayscale: #747474. Windows color (decimal): -12481150 or 8555841. OLE color: 8555841.
HSL color Cylindrical-coordinate representation of color #418D82: hue angle of 171.32º 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 #418D82 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 141 | 130 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.45 |
| HSL | 171.32º | 0.37% | 0.4% | - |
| HSV(B) | 171.32º | 0.54% | 0.55% | - |
| XYZ | 15.73 | 21.79 | 24.49 | - |
| YUV | 117.02 | 135.32 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 141 | 130 | 0.54 | 0 | 0.08 | 0.45 | 171.32 | 0.37 | 0.4 |
| Hex | 41 | 8D | 82 | 36 | 0 | 8 | 2D | AB | 25 | 28 |
| Octal | 101 | 215 | 202 | 66 | 0 | 10 | 55 | 253 | 45 | 50 |
| Binary | 1000001 | 10001101 | 10000010 | 110110 | 0 | 1000 | 101101 | 10101011 | 100101 | 101000 |
Color Harmonies of #418D82
Complementary color
Monochromatic Colors of #418D82
Black with #418D82
Text Example
Text Example
White with #418D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418D82; }
p { color: rgb(65,141,130); }
H1.HeaderClassName
{
color: #418D82;
}
.AnyTagClassName
{
color: #418D82;
}
</style>
background-color css
<style>
a { background-color: #418D82; }
a { background-color: rgb(65,141,130); }
div.DivClassName
{
background-color: #418D82;
}
.BgClassName
{
background-color: #418D82;
}
</style>
border-color css
<style>
span { border-color: #418D82; }
span { border-color: rgb(65,141,130); }
td.TdClassName
{
border-color: #418D82;
}
.TagClassName
{
border-color: #418D82;
}
</style>