Shades of Lochinvar #409180
Tints of Lochinvar #409180
RGB
CMYK
RGB Variations
Color information
#409180 (or 0x409180) is known color: Lochinvar. HEX triplet: 40, 91 and 80. RGB value is (64,145,128). Sum of RGB (Red+Green+Blue) = 64+145+128=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 145 - color contains mainly: green. Hex color #409180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409180 is #BF6E7F. Grayscale: #767676. Windows color (decimal): -12545664 or 8425792. OLE color: 8425792.
HSL color Cylindrical-coordinate representation of color #409180: hue angle of 167.41º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409180 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 145 | 128 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.43 |
| HSL | 167.41º | 0.39% | 0.41% | - |
| HSV(B) | 167.41º | 0.56% | 0.57% | - |
| XYZ | 16.14 | 22.9 | 23.99 | - |
| YUV | 118.84 | 133.16 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 145 | 128 | 0.56 | 0 | 0.12 | 0.43 | 167.41 | 0.39 | 0.41 |
| Hex | 40 | 91 | 80 | 38 | 0 | C | 2B | A7 | 27 | 29 |
| Octal | 100 | 221 | 200 | 70 | 0 | 14 | 53 | 247 | 47 | 51 |
| Binary | 1000000 | 10010001 | 10000000 | 111000 | 0 | 1100 | 101011 | 10100111 | 100111 | 101001 |
Color Harmonies of #409180
Complementary color
Monochromatic Colors of #409180
Black with #409180
Text Example
Text Example
White with #409180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409180; }
p { color: rgb(64,145,128); }
H1.HeaderClassName
{
color: #409180;
}
.AnyTagClassName
{
color: #409180;
}
</style>
background-color css
<style>
a { background-color: #409180; }
a { background-color: rgb(64,145,128); }
div.DivClassName
{
background-color: #409180;
}
.BgClassName
{
background-color: #409180;
}
</style>
border-color css
<style>
span { border-color: #409180; }
span { border-color: rgb(64,145,128); }
td.TdClassName
{
border-color: #409180;
}
.TagClassName
{
border-color: #409180;
}
</style>