Shades of Lochinvar #428D81
Tints of Lochinvar #428D81
RGB
CMYK
RGB Variations
Color information
#428D81 (or 0x428D81) is known color: Lochinvar. HEX triplet: 42, 8D and 81. RGB value is (66,141,129). Sum of RGB (Red+Green+Blue) = 66+141+129=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 141 - color contains mainly: green. Hex color #428D81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428D81 is #BD727E. Grayscale: #757575. Windows color (decimal): -12415615 or 8490306. OLE color: 8490306.
HSL color Cylindrical-coordinate representation of color #428D81: hue angle of 170.4º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428D81 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 141 | 129 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.45 |
| HSL | 170.4º | 0.36% | 0.41% | - |
| HSV(B) | 170.4º | 0.53% | 0.55% | - |
| XYZ | 15.73 | 21.79 | 24.15 | - |
| YUV | 117.21 | 134.65 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 141 | 129 | 0.53 | 0 | 0.09 | 0.45 | 170.4 | 0.36 | 0.41 |
| Hex | 42 | 8D | 81 | 35 | 0 | 9 | 2D | AA | 24 | 29 |
| Octal | 102 | 215 | 201 | 65 | 0 | 11 | 55 | 252 | 44 | 51 |
| Binary | 1000010 | 10001101 | 10000001 | 110101 | 0 | 1001 | 101101 | 10101010 | 100100 | 101001 |
Color Harmonies of #428D81
Complementary color
Monochromatic Colors of #428D81
Black with #428D81
Text Example
Text Example
White with #428D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428D81; }
p { color: rgb(66,141,129); }
H1.HeaderClassName
{
color: #428D81;
}
.AnyTagClassName
{
color: #428D81;
}
</style>
background-color css
<style>
a { background-color: #428D81; }
a { background-color: rgb(66,141,129); }
div.DivClassName
{
background-color: #428D81;
}
.BgClassName
{
background-color: #428D81;
}
</style>
border-color css
<style>
span { border-color: #428D81; }
span { border-color: rgb(66,141,129); }
td.TdClassName
{
border-color: #428D81;
}
.TagClassName
{
border-color: #428D81;
}
</style>