Shades of Lochinvar #408C84
Tints of Lochinvar #408C84
RGB
CMYK
RGB Variations
Color information
#408C84 (or 0x408C84) is known color: Lochinvar. HEX triplet: 40, 8C and 84. RGB value is (64,140,132). Sum of RGB (Red+Green+Blue) = 64+140+132=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 140 - color contains mainly: green. Hex color #408C84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408C84 is #BF737B. Grayscale: #747474. Windows color (decimal): -12546940 or 8686656. OLE color: 8686656.
HSL color Cylindrical-coordinate representation of color #408C84: hue angle of 173.68º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408C84 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 140 | 132 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.45 |
| HSL | 173.68º | 0.37% | 0.4% | - |
| HSV(B) | 173.68º | 0.54% | 0.55% | - |
| XYZ | 15.66 | 21.51 | 25.16 | - |
| YUV | 116.36 | 136.82 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 140 | 132 | 0.54 | 0 | 0.06 | 0.45 | 173.68 | 0.37 | 0.4 |
| Hex | 40 | 8C | 84 | 36 | 0 | 6 | 2D | AE | 25 | 28 |
| Octal | 100 | 214 | 204 | 66 | 0 | 6 | 55 | 256 | 45 | 50 |
| Binary | 1000000 | 10001100 | 10000100 | 110110 | 0 | 110 | 101101 | 10101110 | 100101 | 101000 |
Color Harmonies of #408C84
Complementary color
Monochromatic Colors of #408C84
Black with #408C84
Text Example
Text Example
White with #408C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408C84; }
p { color: rgb(64,140,132); }
H1.HeaderClassName
{
color: #408C84;
}
.AnyTagClassName
{
color: #408C84;
}
</style>
background-color css
<style>
a { background-color: #408C84; }
a { background-color: rgb(64,140,132); }
div.DivClassName
{
background-color: #408C84;
}
.BgClassName
{
background-color: #408C84;
}
</style>
border-color css
<style>
span { border-color: #408C84; }
span { border-color: rgb(64,140,132); }
td.TdClassName
{
border-color: #408C84;
}
.TagClassName
{
border-color: #408C84;
}
</style>