Shades of Lochinvar #41938A
Tints of Lochinvar #41938A
RGB
CMYK
RGB Variations
Color information
#41938A (or 0x41938A) is known color: Lochinvar. HEX triplet: 41, 93 and 8A. RGB value is (65,147,138). Sum of RGB (Red+Green+Blue) = 65+147+138=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 147 - color contains mainly: green. Hex color #41938A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41938A is #BE6C75. Grayscale: #797979. Windows color (decimal): -12479606 or 9081665. OLE color: 9081665.
HSL color Cylindrical-coordinate representation of color #41938A: hue angle of 173.41º 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 #41938A is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 147 | 138 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.42 |
| HSL | 173.41º | 0.39% | 0.42% | - |
| HSV(B) | 173.41º | 0.56% | 0.58% | - |
| XYZ | 17.2 | 23.83 | 27.74 | - |
| YUV | 121.46 | 137.33 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 147 | 138 | 0.56 | 0 | 0.06 | 0.42 | 173.41 | 0.39 | 0.42 |
| Hex | 41 | 93 | 8A | 38 | 0 | 6 | 2A | AD | 27 | 2A |
| Octal | 101 | 223 | 212 | 70 | 0 | 6 | 52 | 255 | 47 | 52 |
| Binary | 1000001 | 10010011 | 10001010 | 111000 | 0 | 110 | 101010 | 10101101 | 100111 | 101010 |
Color Harmonies of #41938A
Complementary color
Monochromatic Colors of #41938A
Black with #41938A
Text Example
Text Example
White with #41938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41938A; }
p { color: rgb(65,147,138); }
H1.HeaderClassName
{
color: #41938A;
}
.AnyTagClassName
{
color: #41938A;
}
</style>
background-color css
<style>
a { background-color: #41938A; }
a { background-color: rgb(65,147,138); }
div.DivClassName
{
background-color: #41938A;
}
.BgClassName
{
background-color: #41938A;
}
</style>
border-color css
<style>
span { border-color: #41938A; }
span { border-color: rgb(65,147,138); }
td.TdClassName
{
border-color: #41938A;
}
.TagClassName
{
border-color: #41938A;
}
</style>