Shades of Lochinvar #408A80
Tints of Lochinvar #408A80
RGB
CMYK
RGB Variations
Color information
#408A80 (or 0x408A80) is known color: Lochinvar. HEX triplet: 40, 8A and 80. RGB value is (64,138,128). Sum of RGB (Red+Green+Blue) = 64+138+128=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 138 - color contains mainly: green. Hex color #408A80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408A80 is #BF757F. Grayscale: #727272. Windows color (decimal): -12547456 or 8424000. OLE color: 8424000.
HSL color Cylindrical-coordinate representation of color #408A80: hue angle of 171.89º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408A80 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 138 | 128 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.46 |
| HSL | 171.89º | 0.37% | 0.4% | - |
| HSV(B) | 171.89º | 0.54% | 0.54% | - |
| XYZ | 15.1 | 20.83 | 23.65 | - |
| YUV | 114.73 | 135.48 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 138 | 128 | 0.54 | 0 | 0.07 | 0.46 | 171.89 | 0.37 | 0.4 |
| Hex | 40 | 8A | 80 | 36 | 0 | 7 | 2E | AC | 25 | 28 |
| Octal | 100 | 212 | 200 | 66 | 0 | 7 | 56 | 254 | 45 | 50 |
| Binary | 1000000 | 10001010 | 10000000 | 110110 | 0 | 111 | 101110 | 10101100 | 100101 | 101000 |
Color Harmonies of #408A80
Complementary color
Monochromatic Colors of #408A80
Black with #408A80
Text Example
Text Example
White with #408A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408A80; }
p { color: rgb(64,138,128); }
H1.HeaderClassName
{
color: #408A80;
}
.AnyTagClassName
{
color: #408A80;
}
</style>
background-color css
<style>
a { background-color: #408A80; }
a { background-color: rgb(64,138,128); }
div.DivClassName
{
background-color: #408A80;
}
.BgClassName
{
background-color: #408A80;
}
</style>
border-color css
<style>
span { border-color: #408A80; }
span { border-color: rgb(64,138,128); }
td.TdClassName
{
border-color: #408A80;
}
.TagClassName
{
border-color: #408A80;
}
</style>