Shades of Lochinvar #419183
Tints of Lochinvar #419183
RGB
CMYK
RGB Variations
Color information
#419183 (or 0x419183) is known color: Lochinvar. HEX triplet: 41, 91 and 83. RGB value is (65,145,131). Sum of RGB (Red+Green+Blue) = 65+145+131=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 145 - color contains mainly: green. Hex color #419183 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419183 is #BE6E7C. Grayscale: #777777. Windows color (decimal): -12480125 or 8622401. OLE color: 8622401.
HSL color Cylindrical-coordinate representation of color #419183: hue angle of 169.5º 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 #419183 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 145 | 131 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.43 |
| HSL | 169.5º | 0.38% | 0.41% | - |
| HSV(B) | 169.5º | 0.55% | 0.57% | - |
| XYZ | 16.4 | 23.01 | 25.05 | - |
| YUV | 119.48 | 134.5 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 145 | 131 | 0.55 | 0 | 0.10 | 0.43 | 169.5 | 0.38 | 0.41 |
| Hex | 41 | 91 | 83 | 37 | 0 | A | 2B | AA | 26 | 29 |
| Octal | 101 | 221 | 203 | 67 | 0 | 12 | 53 | 252 | 46 | 51 |
| Binary | 1000001 | 10010001 | 10000011 | 110111 | 0 | 1010 | 101011 | 10101010 | 100110 | 101001 |
Color Harmonies of #419183
Complementary color
Monochromatic Colors of #419183
Black with #419183
Text Example
Text Example
White with #419183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419183; }
p { color: rgb(65,145,131); }
H1.HeaderClassName
{
color: #419183;
}
.AnyTagClassName
{
color: #419183;
}
</style>
background-color css
<style>
a { background-color: #419183; }
a { background-color: rgb(65,145,131); }
div.DivClassName
{
background-color: #419183;
}
.BgClassName
{
background-color: #419183;
}
</style>
border-color css
<style>
span { border-color: #419183; }
span { border-color: rgb(65,145,131); }
td.TdClassName
{
border-color: #419183;
}
.TagClassName
{
border-color: #419183;
}
</style>