Shades of Lochinvar #409378
Tints of Lochinvar #409378
RGB
CMYK
RGB Variations
Color information
#409378 (or 0x409378) is known color: Lochinvar. HEX triplet: 40, 93 and 78. RGB value is (64,147,120). Sum of RGB (Red+Green+Blue) = 64+147+120=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #409378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409378 is #BF6C87. Grayscale: #777777. Windows color (decimal): -12545160 or 7902016. OLE color: 7902016.
HSL color Cylindrical-coordinate representation of color #409378: hue angle of 160.48º 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 #409378 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 147 | 120 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.42 |
| HSL | 160.48º | 0.39% | 0.41% | - |
| HSV(B) | 160.48º | 0.56% | 0.58% | - |
| XYZ | 15.94 | 23.31 | 21.43 | - |
| YUV | 119.11 | 128.5 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 120 | 0.56 | 0 | 0.18 | 0.42 | 160.48 | 0.39 | 0.41 |
| Hex | 40 | 93 | 78 | 38 | 0 | 12 | 2A | A0 | 27 | 29 |
| Octal | 100 | 223 | 170 | 70 | 0 | 22 | 52 | 240 | 47 | 51 |
| Binary | 1000000 | 10010011 | 1111000 | 111000 | 0 | 10010 | 101010 | 10100000 | 100111 | 101001 |
Color Harmonies of #409378
Complementary color
Monochromatic Colors of #409378
Black with #409378
Text Example
Text Example
White with #409378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409378; }
p { color: rgb(64,147,120); }
H1.HeaderClassName
{
color: #409378;
}
.AnyTagClassName
{
color: #409378;
}
</style>
background-color css
<style>
a { background-color: #409378; }
a { background-color: rgb(64,147,120); }
div.DivClassName
{
background-color: #409378;
}
.BgClassName
{
background-color: #409378;
}
</style>
border-color css
<style>
span { border-color: #409378; }
span { border-color: rgb(64,147,120); }
td.TdClassName
{
border-color: #409378;
}
.TagClassName
{
border-color: #409378;
}
</style>