Shades of Lochinvar #40937A
Tints of Lochinvar #40937A
RGB
CMYK
RGB Variations
Color information
#40937A (or 0x40937A) is known color: Lochinvar. HEX triplet: 40, 93 and 7A. RGB value is (64,147,122). Sum of RGB (Red+Green+Blue) = 64+147+122=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 147 - color contains mainly: green. Hex color #40937A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40937A is #BF6C85. Grayscale: #777777. Windows color (decimal): -12545158 or 8033088. OLE color: 8033088.
HSL color Cylindrical-coordinate representation of color #40937A: hue angle of 161.93º 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 #40937A is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 147 | 122 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.42 |
| HSL | 161.93º | 0.39% | 0.41% | - |
| HSV(B) | 161.93º | 0.56% | 0.58% | - |
| XYZ | 16.06 | 23.36 | 22.08 | - |
| YUV | 119.33 | 129.5 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 122 | 0.56 | 0 | 0.17 | 0.42 | 161.93 | 0.39 | 0.41 |
| Hex | 40 | 93 | 7A | 38 | 0 | 11 | 2A | A2 | 27 | 29 |
| Octal | 100 | 223 | 172 | 70 | 0 | 21 | 52 | 242 | 47 | 51 |
| Binary | 1000000 | 10010011 | 1111010 | 111000 | 0 | 10001 | 101010 | 10100010 | 100111 | 101001 |
Color Harmonies of #40937A
Complementary color
Monochromatic Colors of #40937A
Black with #40937A
Text Example
Text Example
White with #40937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40937A; }
p { color: rgb(64,147,122); }
H1.HeaderClassName
{
color: #40937A;
}
.AnyTagClassName
{
color: #40937A;
}
</style>
background-color css
<style>
a { background-color: #40937A; }
a { background-color: rgb(64,147,122); }
div.DivClassName
{
background-color: #40937A;
}
.BgClassName
{
background-color: #40937A;
}
</style>
border-color css
<style>
span { border-color: #40937A; }
span { border-color: rgb(64,147,122); }
td.TdClassName
{
border-color: #40937A;
}
.TagClassName
{
border-color: #40937A;
}
</style>