Shades of Lochinvar #40937B
Tints of Lochinvar #40937B
RGB
CMYK
RGB Variations
Color information
#40937B (or 0x40937B) is known color: Lochinvar. HEX triplet: 40, 93 and 7B. RGB value is (64,147,123). Sum of RGB (Red+Green+Blue) = 64+147+123=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #40937B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40937B is #BF6C84. Grayscale: #777777. Windows color (decimal): -12545157 or 8098624. OLE color: 8098624.
HSL color Cylindrical-coordinate representation of color #40937B: hue angle of 162.65º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40937B is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 147 | 123 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.42 |
| HSL | 162.65º | 0.39% | 0.41% | - |
| HSV(B) | 162.65º | 0.56% | 0.58% | - |
| XYZ | 16.12 | 23.39 | 22.4 | - |
| YUV | 119.45 | 130 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 123 | 0.56 | 0 | 0.16 | 0.42 | 162.65 | 0.39 | 0.41 |
| Hex | 40 | 93 | 7B | 38 | 0 | 10 | 2A | A3 | 27 | 29 |
| Octal | 100 | 223 | 173 | 70 | 0 | 20 | 52 | 243 | 47 | 51 |
| Binary | 1000000 | 10010011 | 1111011 | 111000 | 0 | 10000 | 101010 | 10100011 | 100111 | 101001 |
Color Harmonies of #40937B
Complementary color
Monochromatic Colors of #40937B
Black with #40937B
Text Example
Text Example
White with #40937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40937B; }
p { color: rgb(64,147,123); }
H1.HeaderClassName
{
color: #40937B;
}
.AnyTagClassName
{
color: #40937B;
}
</style>
background-color css
<style>
a { background-color: #40937B; }
a { background-color: rgb(64,147,123); }
div.DivClassName
{
background-color: #40937B;
}
.BgClassName
{
background-color: #40937B;
}
</style>
border-color css
<style>
span { border-color: #40937B; }
span { border-color: rgb(64,147,123); }
td.TdClassName
{
border-color: #40937B;
}
.TagClassName
{
border-color: #40937B;
}
</style>