Shades of Lochinvar #42937D
Tints of Lochinvar #42937D
RGB
CMYK
RGB Variations
Color information
#42937D (or 0x42937D) is known color: Lochinvar. HEX triplet: 42, 93 and 7D. RGB value is (66,147,125). Sum of RGB (Red+Green+Blue) = 66+147+125=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 147 - color contains mainly: green. Hex color #42937D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42937D is #BD6C82. Grayscale: #787878. Windows color (decimal): -12414083 or 8229698. OLE color: 8229698.
HSL color Cylindrical-coordinate representation of color #42937D: hue angle of 163.7º 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 #42937D is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 147 | 125 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.42 |
| HSL | 163.7º | 0.38% | 0.42% | - |
| HSV(B) | 163.7º | 0.55% | 0.58% | - |
| XYZ | 16.38 | 23.51 | 23.08 | - |
| YUV | 120.27 | 130.66 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 147 | 125 | 0.55 | 0 | 0.15 | 0.42 | 163.7 | 0.38 | 0.42 |
| Hex | 42 | 93 | 7D | 37 | 0 | F | 2A | A4 | 26 | 2A |
| Octal | 102 | 223 | 175 | 67 | 0 | 17 | 52 | 244 | 46 | 52 |
| Binary | 1000010 | 10010011 | 1111101 | 110111 | 0 | 1111 | 101010 | 10100100 | 100110 | 101010 |
Color Harmonies of #42937D
Complementary color
Monochromatic Colors of #42937D
Black with #42937D
Text Example
Text Example
White with #42937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42937D; }
p { color: rgb(66,147,125); }
H1.HeaderClassName
{
color: #42937D;
}
.AnyTagClassName
{
color: #42937D;
}
</style>
background-color css
<style>
a { background-color: #42937D; }
a { background-color: rgb(66,147,125); }
div.DivClassName
{
background-color: #42937D;
}
.BgClassName
{
background-color: #42937D;
}
</style>
border-color css
<style>
span { border-color: #42937D; }
span { border-color: rgb(66,147,125); }
td.TdClassName
{
border-color: #42937D;
}
.TagClassName
{
border-color: #42937D;
}
</style>