Shades of Lochinvar #41937A
Tints of Lochinvar #41937A
RGB
CMYK
RGB Variations
Color information
#41937A (or 0x41937A) is known color: Lochinvar. HEX triplet: 41, 93 and 7A. RGB value is (65,147,122). Sum of RGB (Red+Green+Blue) = 65+147+122=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #41937A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41937A is #BE6C85. Grayscale: #777777. Windows color (decimal): -12479622 or 8033089. OLE color: 8033089.
HSL color Cylindrical-coordinate representation of color #41937A: hue angle of 161.71º 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 #41937A is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 147 | 122 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.42 |
| HSL | 161.71º | 0.39% | 0.42% | - |
| HSV(B) | 161.71º | 0.56% | 0.58% | - |
| XYZ | 16.13 | 23.4 | 22.08 | - |
| YUV | 119.63 | 129.33 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 147 | 122 | 0.56 | 0 | 0.17 | 0.42 | 161.71 | 0.39 | 0.42 |
| Hex | 41 | 93 | 7A | 38 | 0 | 11 | 2A | A2 | 27 | 2A |
| Octal | 101 | 223 | 172 | 70 | 0 | 21 | 52 | 242 | 47 | 52 |
| Binary | 1000001 | 10010011 | 1111010 | 111000 | 0 | 10001 | 101010 | 10100010 | 100111 | 101010 |
Color Harmonies of #41937A
Complementary color
Monochromatic Colors of #41937A
Black with #41937A
Text Example
Text Example
White with #41937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41937A; }
p { color: rgb(65,147,122); }
H1.HeaderClassName
{
color: #41937A;
}
.AnyTagClassName
{
color: #41937A;
}
</style>
background-color css
<style>
a { background-color: #41937A; }
a { background-color: rgb(65,147,122); }
div.DivClassName
{
background-color: #41937A;
}
.BgClassName
{
background-color: #41937A;
}
</style>
border-color css
<style>
span { border-color: #41937A; }
span { border-color: rgb(65,147,122); }
td.TdClassName
{
border-color: #41937A;
}
.TagClassName
{
border-color: #41937A;
}
</style>