Shades of Lochinvar #409581
Tints of Lochinvar #409581
RGB
CMYK
RGB Variations
Color information
#409581 (or 0x409581) is known color: Lochinvar. HEX triplet: 40, 95 and 81. RGB value is (64,149,129). Sum of RGB (Red+Green+Blue) = 64+149+129=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 149 - color contains mainly: green. Hex color #409581 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409581 is #BF6A7E. Grayscale: #797979. Windows color (decimal): -12544639 or 8492352. OLE color: 8492352.
HSL color Cylindrical-coordinate representation of color #409581: hue angle of 165.88º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #409581 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 149 | 129 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.42 |
| HSL | 165.88º | 0.4% | 0.42% | - |
| HSV(B) | 165.88º | 0.57% | 0.58% | - |
| XYZ | 16.82 | 24.17 | 24.55 | - |
| YUV | 121.31 | 132.34 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 129 | 0.57 | 0 | 0.13 | 0.42 | 165.88 | 0.4 | 0.42 |
| Hex | 40 | 95 | 81 | 39 | 0 | D | 2A | A6 | 28 | 2A |
| Octal | 100 | 225 | 201 | 71 | 0 | 15 | 52 | 246 | 50 | 52 |
| Binary | 1000000 | 10010101 | 10000001 | 111001 | 0 | 1101 | 101010 | 10100110 | 101000 | 101010 |
Color Harmonies of #409581
Complementary color
Monochromatic Colors of #409581
Black with #409581
Text Example
Text Example
White with #409581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409581; }
p { color: rgb(64,149,129); }
H1.HeaderClassName
{
color: #409581;
}
.AnyTagClassName
{
color: #409581;
}
</style>
background-color css
<style>
a { background-color: #409581; }
a { background-color: rgb(64,149,129); }
div.DivClassName
{
background-color: #409581;
}
.BgClassName
{
background-color: #409581;
}
</style>
border-color css
<style>
span { border-color: #409581; }
span { border-color: rgb(64,149,129); }
td.TdClassName
{
border-color: #409581;
}
.TagClassName
{
border-color: #409581;
}
</style>