Shades of Lochinvar #419084
Tints of Lochinvar #419084
RGB
CMYK
RGB Variations
Color information
#419084 (or 0x419084) is known color: Lochinvar. HEX triplet: 41, 90 and 84. RGB value is (65,144,132). Sum of RGB (Red+Green+Blue) = 65+144+132=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 144 - color contains mainly: green. Hex color #419084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419084 is #BE6F7B. Grayscale: #767676. Windows color (decimal): -12480380 or 8687681. OLE color: 8687681.
HSL color Cylindrical-coordinate representation of color #419084: hue angle of 170.89º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419084 is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 144 | 132 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.44 |
| HSL | 170.89º | 0.38% | 0.41% | - |
| HSV(B) | 170.89º | 0.55% | 0.56% | - |
| XYZ | 16.32 | 22.74 | 25.36 | - |
| YUV | 119.01 | 135.33 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 144 | 132 | 0.55 | 0 | 0.08 | 0.44 | 170.89 | 0.38 | 0.41 |
| Hex | 41 | 90 | 84 | 37 | 0 | 8 | 2C | AB | 26 | 29 |
| Octal | 101 | 220 | 204 | 67 | 0 | 10 | 54 | 253 | 46 | 51 |
| Binary | 1000001 | 10010000 | 10000100 | 110111 | 0 | 1000 | 101100 | 10101011 | 100110 | 101001 |
Color Harmonies of #419084
Complementary color
Monochromatic Colors of #419084
Black with #419084
Text Example
Text Example
White with #419084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419084; }
p { color: rgb(65,144,132); }
H1.HeaderClassName
{
color: #419084;
}
.AnyTagClassName
{
color: #419084;
}
</style>
background-color css
<style>
a { background-color: #419084; }
a { background-color: rgb(65,144,132); }
div.DivClassName
{
background-color: #419084;
}
.BgClassName
{
background-color: #419084;
}
</style>
border-color css
<style>
span { border-color: #419084; }
span { border-color: rgb(65,144,132); }
td.TdClassName
{
border-color: #419084;
}
.TagClassName
{
border-color: #419084;
}
</style>