Shades of Lochinvar #42937A
Tints of Lochinvar #42937A
RGB
CMYK
RGB Variations
Color information
#42937A (or 0x42937A) is known color: Lochinvar. HEX triplet: 42, 93 and 7A. RGB value is (66,147,122). Sum of RGB (Red+Green+Blue) = 66+147+122=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 147 - color contains mainly: green. Hex color #42937A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42937A is #BD6C85. Grayscale: #777777. Windows color (decimal): -12414086 or 8033090. OLE color: 8033090.
HSL color Cylindrical-coordinate representation of color #42937A: hue angle of 161.48º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42937A is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 147 | 122 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.42 |
| HSL | 161.48º | 0.38% | 0.42% | - |
| HSV(B) | 161.48º | 0.55% | 0.58% | - |
| XYZ | 16.19 | 23.43 | 22.08 | - |
| YUV | 119.93 | 129.16 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 147 | 122 | 0.55 | 0 | 0.17 | 0.42 | 161.48 | 0.38 | 0.42 |
| Hex | 42 | 93 | 7A | 37 | 0 | 11 | 2A | A1 | 26 | 2A |
| Octal | 102 | 223 | 172 | 67 | 0 | 21 | 52 | 241 | 46 | 52 |
| Binary | 1000010 | 10010011 | 1111010 | 110111 | 0 | 10001 | 101010 | 10100001 | 100110 | 101010 |
Color Harmonies of #42937A
Complementary color
Monochromatic Colors of #42937A
Black with #42937A
Text Example
Text Example
White with #42937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42937A; }
p { color: rgb(66,147,122); }
H1.HeaderClassName
{
color: #42937A;
}
.AnyTagClassName
{
color: #42937A;
}
</style>
background-color css
<style>
a { background-color: #42937A; }
a { background-color: rgb(66,147,122); }
div.DivClassName
{
background-color: #42937A;
}
.BgClassName
{
background-color: #42937A;
}
</style>
border-color css
<style>
span { border-color: #42937A; }
span { border-color: rgb(66,147,122); }
td.TdClassName
{
border-color: #42937A;
}
.TagClassName
{
border-color: #42937A;
}
</style>