Shades of Lochinvar #419184
Tints of Lochinvar #419184
RGB
CMYK
RGB Variations
Color information
#419184 (or 0x419184) is known color: Lochinvar. HEX triplet: 41, 91 and 84. RGB value is (65,145,132). Sum of RGB (Red+Green+Blue) = 65+145+132=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 145 - color contains mainly: green. Hex color #419184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419184 is #BE6E7B. Grayscale: #777777. Windows color (decimal): -12480124 or 8687937. OLE color: 8687937.
HSL color Cylindrical-coordinate representation of color #419184: hue angle of 170.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419184 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 145 | 132 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.43 |
| HSL | 170.25º | 0.38% | 0.41% | - |
| HSV(B) | 170.25º | 0.55% | 0.57% | - |
| XYZ | 16.47 | 23.04 | 25.41 | - |
| YUV | 119.6 | 135 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 145 | 132 | 0.55 | 0 | 0.09 | 0.43 | 170.25 | 0.38 | 0.41 |
| Hex | 41 | 91 | 84 | 37 | 0 | 9 | 2B | AA | 26 | 29 |
| Octal | 101 | 221 | 204 | 67 | 0 | 11 | 53 | 252 | 46 | 51 |
| Binary | 1000001 | 10010001 | 10000100 | 110111 | 0 | 1001 | 101011 | 10101010 | 100110 | 101001 |
Color Harmonies of #419184
Complementary color
Monochromatic Colors of #419184
Black with #419184
Text Example
Text Example
White with #419184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419184; }
p { color: rgb(65,145,132); }
H1.HeaderClassName
{
color: #419184;
}
.AnyTagClassName
{
color: #419184;
}
</style>
background-color css
<style>
a { background-color: #419184; }
a { background-color: rgb(65,145,132); }
div.DivClassName
{
background-color: #419184;
}
.BgClassName
{
background-color: #419184;
}
</style>
border-color css
<style>
span { border-color: #419184; }
span { border-color: rgb(65,145,132); }
td.TdClassName
{
border-color: #419184;
}
.TagClassName
{
border-color: #419184;
}
</style>