Shades of Lochinvar #41968C
Tints of Lochinvar #41968C
RGB
CMYK
RGB Variations
Color information
#41968C (or 0x41968C) is known color: Lochinvar. HEX triplet: 41, 96 and 8C. RGB value is (65,150,140). Sum of RGB (Red+Green+Blue) = 65+150+140=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 150 - color contains mainly: green. Hex color #41968C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41968C is #BE6973. Grayscale: #7B7B7B. Windows color (decimal): -12478836 or 9213505. OLE color: 9213505.
HSL color Cylindrical-coordinate representation of color #41968C: hue angle of 172.94º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41968C is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 65 | 150 | 140 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.41 |
| HSL | 172.94º | 0.4% | 0.42% | - |
| HSV(B) | 172.94º | 0.57% | 0.59% | - |
| XYZ | 17.82 | 24.83 | 28.66 | - |
| YUV | 123.45 | 137.34 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 150 | 140 | 0.57 | 0 | 0.07 | 0.41 | 172.94 | 0.4 | 0.42 |
| Hex | 41 | 96 | 8C | 39 | 0 | 7 | 29 | AD | 28 | 2A |
| Octal | 101 | 226 | 214 | 71 | 0 | 7 | 51 | 255 | 50 | 52 |
| Binary | 1000001 | 10010110 | 10001100 | 111001 | 0 | 111 | 101001 | 10101101 | 101000 | 101010 |
Color Harmonies of #41968C
Complementary color
Monochromatic Colors of #41968C
Black with #41968C
Text Example
Text Example
White with #41968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41968C; }
p { color: rgb(65,150,140); }
H1.HeaderClassName
{
color: #41968C;
}
.AnyTagClassName
{
color: #41968C;
}
</style>
background-color css
<style>
a { background-color: #41968C; }
a { background-color: rgb(65,150,140); }
div.DivClassName
{
background-color: #41968C;
}
.BgClassName
{
background-color: #41968C;
}
</style>
border-color css
<style>
span { border-color: #41968C; }
span { border-color: rgb(65,150,140); }
td.TdClassName
{
border-color: #41968C;
}
.TagClassName
{
border-color: #41968C;
}
</style>