Shades of Lochinvar #41937F
Tints of Lochinvar #41937F
RGB
CMYK
RGB Variations
Color information
#41937F (or 0x41937F) is known color: Lochinvar. HEX triplet: 41, 93 and 7F. RGB value is (65,147,127). Sum of RGB (Red+Green+Blue) = 65+147+127=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #41937F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41937F is #BE6C80. Grayscale: #787878. Windows color (decimal): -12479617 or 8360769. OLE color: 8360769.
HSL color Cylindrical-coordinate representation of color #41937F: hue angle of 165.37º 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 #41937F is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 147 | 127 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.42 |
| HSL | 165.37º | 0.39% | 0.42% | - |
| HSV(B) | 165.37º | 0.56% | 0.58% | - |
| XYZ | 16.44 | 23.52 | 23.75 | - |
| YUV | 120.2 | 131.83 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 147 | 127 | 0.56 | 0 | 0.14 | 0.42 | 165.37 | 0.39 | 0.42 |
| Hex | 41 | 93 | 7F | 38 | 0 | E | 2A | A5 | 27 | 2A |
| Octal | 101 | 223 | 177 | 70 | 0 | 16 | 52 | 245 | 47 | 52 |
| Binary | 1000001 | 10010011 | 1111111 | 111000 | 0 | 1110 | 101010 | 10100101 | 100111 | 101010 |
Color Harmonies of #41937F
Complementary color
Monochromatic Colors of #41937F
Black with #41937F
Text Example
Text Example
White with #41937F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41937F; }
p { color: rgb(65,147,127); }
H1.HeaderClassName
{
color: #41937F;
}
.AnyTagClassName
{
color: #41937F;
}
</style>
background-color css
<style>
a { background-color: #41937F; }
a { background-color: rgb(65,147,127); }
div.DivClassName
{
background-color: #41937F;
}
.BgClassName
{
background-color: #41937F;
}
</style>
border-color css
<style>
span { border-color: #41937F; }
span { border-color: rgb(65,147,127); }
td.TdClassName
{
border-color: #41937F;
}
.TagClassName
{
border-color: #41937F;
}
</style>