Shades of Lochinvar #438D86
Tints of Lochinvar #438D86
RGB
CMYK
RGB Variations
Color information
#438D86 (or 0x438D86) is known color: Lochinvar. HEX triplet: 43, 8D and 86. RGB value is (67,141,134). Sum of RGB (Red+Green+Blue) = 67+141+134=342 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.59% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 141 - color contains mainly: green. Hex color #438D86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438D86 is #BC7279. Grayscale: #767676. Windows color (decimal): -12350074 or 8817987. OLE color: 8817987.
HSL color Cylindrical-coordinate representation of color #438D86: hue angle of 174.32º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #438D86 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 141 | 134 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.45 |
| HSL | 174.32º | 0.36% | 0.41% | - |
| HSV(B) | 174.32º | 0.52% | 0.55% | - |
| XYZ | 16.14 | 21.96 | 25.94 | - |
| YUV | 118.08 | 136.98 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 141 | 134 | 0.52 | 0 | 0.05 | 0.45 | 174.32 | 0.36 | 0.41 |
| Hex | 43 | 8D | 86 | 34 | 0 | 5 | 2D | AE | 24 | 29 |
| Octal | 103 | 215 | 206 | 64 | 0 | 5 | 55 | 256 | 44 | 51 |
| Binary | 1000011 | 10001101 | 10000110 | 110100 | 0 | 101 | 101101 | 10101110 | 100100 | 101001 |
Color Harmonies of #438D86
Complementary color
Monochromatic Colors of #438D86
Black with #438D86
Text Example
Text Example
White with #438D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438D86; }
p { color: rgb(67,141,134); }
H1.HeaderClassName
{
color: #438D86;
}
.AnyTagClassName
{
color: #438D86;
}
</style>
background-color css
<style>
a { background-color: #438D86; }
a { background-color: rgb(67,141,134); }
div.DivClassName
{
background-color: #438D86;
}
.BgClassName
{
background-color: #438D86;
}
</style>
border-color css
<style>
span { border-color: #438D86; }
span { border-color: rgb(67,141,134); }
td.TdClassName
{
border-color: #438D86;
}
.TagClassName
{
border-color: #438D86;
}
</style>