Shades of Lochinvar #41937B
Tints of Lochinvar #41937B
RGB
CMYK
RGB Variations
Color information
#41937B (or 0x41937B) is known color: Lochinvar. HEX triplet: 41, 93 and 7B. RGB value is (65,147,123). Sum of RGB (Red+Green+Blue) = 65+147+123=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 147 - color contains mainly: green. Hex color #41937B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41937B is #BE6C84. Grayscale: #777777. Windows color (decimal): -12479621 or 8098625. OLE color: 8098625.
HSL color Cylindrical-coordinate representation of color #41937B: hue angle of 162.44º 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 #41937B is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 147 | 123 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.42 |
| HSL | 162.44º | 0.39% | 0.42% | - |
| HSV(B) | 162.44º | 0.56% | 0.58% | - |
| XYZ | 16.19 | 23.42 | 22.41 | - |
| YUV | 119.75 | 129.83 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 147 | 123 | 0.56 | 0 | 0.16 | 0.42 | 162.44 | 0.39 | 0.42 |
| Hex | 41 | 93 | 7B | 38 | 0 | 10 | 2A | A2 | 27 | 2A |
| Octal | 101 | 223 | 173 | 70 | 0 | 20 | 52 | 242 | 47 | 52 |
| Binary | 1000001 | 10010011 | 1111011 | 111000 | 0 | 10000 | 101010 | 10100010 | 100111 | 101010 |
Color Harmonies of #41937B
Complementary color
Monochromatic Colors of #41937B
Black with #41937B
Text Example
Text Example
White with #41937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41937B; }
p { color: rgb(65,147,123); }
H1.HeaderClassName
{
color: #41937B;
}
.AnyTagClassName
{
color: #41937B;
}
</style>
background-color css
<style>
a { background-color: #41937B; }
a { background-color: rgb(65,147,123); }
div.DivClassName
{
background-color: #41937B;
}
.BgClassName
{
background-color: #41937B;
}
</style>
border-color css
<style>
span { border-color: #41937B; }
span { border-color: rgb(65,147,123); }
td.TdClassName
{
border-color: #41937B;
}
.TagClassName
{
border-color: #41937B;
}
</style>