Shades of Lochinvar #41937D
Tints of Lochinvar #41937D
RGB
CMYK
RGB Variations
Color information
#41937D (or 0x41937D) is known color: Lochinvar. HEX triplet: 41, 93 and 7D. RGB value is (65,147,125). Sum of RGB (Red+Green+Blue) = 65+147+125=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 147 - color contains mainly: green. Hex color #41937D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41937D is #BE6C82. Grayscale: #777777. Windows color (decimal): -12479619 or 8229697. OLE color: 8229697.
HSL color Cylindrical-coordinate representation of color #41937D: hue angle of 163.9º 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 #41937D is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 147 | 125 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.42 |
| HSL | 163.9º | 0.39% | 0.42% | - |
| HSV(B) | 163.9º | 0.56% | 0.58% | - |
| XYZ | 16.32 | 23.47 | 23.07 | - |
| YUV | 119.97 | 130.83 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 147 | 125 | 0.56 | 0 | 0.15 | 0.42 | 163.9 | 0.39 | 0.42 |
| Hex | 41 | 93 | 7D | 38 | 0 | F | 2A | A4 | 27 | 2A |
| Octal | 101 | 223 | 175 | 70 | 0 | 17 | 52 | 244 | 47 | 52 |
| Binary | 1000001 | 10010011 | 1111101 | 111000 | 0 | 1111 | 101010 | 10100100 | 100111 | 101010 |
Color Harmonies of #41937D
Complementary color
Monochromatic Colors of #41937D
Black with #41937D
Text Example
Text Example
White with #41937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41937D; }
p { color: rgb(65,147,125); }
H1.HeaderClassName
{
color: #41937D;
}
.AnyTagClassName
{
color: #41937D;
}
</style>
background-color css
<style>
a { background-color: #41937D; }
a { background-color: rgb(65,147,125); }
div.DivClassName
{
background-color: #41937D;
}
.BgClassName
{
background-color: #41937D;
}
</style>
border-color css
<style>
span { border-color: #41937D; }
span { border-color: rgb(65,147,125); }
td.TdClassName
{
border-color: #41937D;
}
.TagClassName
{
border-color: #41937D;
}
</style>