Shades of Lochinvar #42917C
Tints of Lochinvar #42917C
RGB
CMYK
RGB Variations
Color information
#42917C (or 0x42917C) is known color: Lochinvar. HEX triplet: 42, 91 and 7C. RGB value is (66,145,124). Sum of RGB (Red+Green+Blue) = 66+145+124=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 145 - color contains mainly: green. Hex color #42917C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42917C is #BD6E83. Grayscale: #767676. Windows color (decimal): -12414596 or 8163650. OLE color: 8163650.
HSL color Cylindrical-coordinate representation of color #42917C: hue angle of 164.05º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42917C is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 145 | 124 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.43 |
| HSL | 164.05º | 0.37% | 0.41% | - |
| HSV(B) | 164.05º | 0.54% | 0.57% | - |
| XYZ | 16.01 | 22.86 | 22.64 | - |
| YUV | 118.99 | 130.83 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 145 | 124 | 0.54 | 0 | 0.14 | 0.43 | 164.05 | 0.37 | 0.41 |
| Hex | 42 | 91 | 7C | 36 | 0 | E | 2B | A4 | 25 | 29 |
| Octal | 102 | 221 | 174 | 66 | 0 | 16 | 53 | 244 | 45 | 51 |
| Binary | 1000010 | 10010001 | 1111100 | 110110 | 0 | 1110 | 101011 | 10100100 | 100101 | 101001 |
Color Harmonies of #42917C
Complementary color
Monochromatic Colors of #42917C
Black with #42917C
Text Example
Text Example
White with #42917C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42917C; }
p { color: rgb(66,145,124); }
H1.HeaderClassName
{
color: #42917C;
}
.AnyTagClassName
{
color: #42917C;
}
</style>
background-color css
<style>
a { background-color: #42917C; }
a { background-color: rgb(66,145,124); }
div.DivClassName
{
background-color: #42917C;
}
.BgClassName
{
background-color: #42917C;
}
</style>
border-color css
<style>
span { border-color: #42917C; }
span { border-color: rgb(66,145,124); }
td.TdClassName
{
border-color: #42917C;
}
.TagClassName
{
border-color: #42917C;
}
</style>