Shades of Lochinvar #419379
Tints of Lochinvar #419379
RGB
CMYK
RGB Variations
Color information
#419379 (or 0x419379) is known color: Lochinvar. HEX triplet: 41, 93 and 79. RGB value is (65,147,121). Sum of RGB (Red+Green+Blue) = 65+147+121=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 147 - color contains mainly: green. Hex color #419379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419379 is #BE6C86. Grayscale: #777777. Windows color (decimal): -12479623 or 7967553. OLE color: 7967553.
HSL color Cylindrical-coordinate representation of color #419379: hue angle of 160.98º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419379 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 147 | 121 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.42 |
| HSL | 160.98º | 0.39% | 0.42% | - |
| HSV(B) | 160.98º | 0.56% | 0.58% | - |
| XYZ | 16.06 | 23.37 | 21.75 | - |
| YUV | 119.52 | 128.83 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 147 | 121 | 0.56 | 0 | 0.18 | 0.42 | 160.98 | 0.39 | 0.42 |
| Hex | 41 | 93 | 79 | 38 | 0 | 12 | 2A | A1 | 27 | 2A |
| Octal | 101 | 223 | 171 | 70 | 0 | 22 | 52 | 241 | 47 | 52 |
| Binary | 1000001 | 10010011 | 1111001 | 111000 | 0 | 10010 | 101010 | 10100001 | 100111 | 101010 |
Color Harmonies of #419379
Complementary color
Monochromatic Colors of #419379
Black with #419379
Text Example
Text Example
White with #419379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419379; }
p { color: rgb(65,147,121); }
H1.HeaderClassName
{
color: #419379;
}
.AnyTagClassName
{
color: #419379;
}
</style>
background-color css
<style>
a { background-color: #419379; }
a { background-color: rgb(65,147,121); }
div.DivClassName
{
background-color: #419379;
}
.BgClassName
{
background-color: #419379;
}
</style>
border-color css
<style>
span { border-color: #419379; }
span { border-color: rgb(65,147,121); }
td.TdClassName
{
border-color: #419379;
}
.TagClassName
{
border-color: #419379;
}
</style>