Shades of Lochinvar #42927D
Tints of Lochinvar #42927D
RGB
CMYK
RGB Variations
Color information
#42927D (or 0x42927D) is known color: Lochinvar. HEX triplet: 42, 92 and 7D. RGB value is (66,146,125). Sum of RGB (Red+Green+Blue) = 66+146+125=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #42927D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42927D is #BD6D82. Grayscale: #777777. Windows color (decimal): -12414339 or 8229442. OLE color: 8229442.
HSL color Cylindrical-coordinate representation of color #42927D: hue angle of 164.25º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42927D is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 146 | 125 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.43 |
| HSL | 164.25º | 0.38% | 0.42% | - |
| HSV(B) | 164.25º | 0.55% | 0.57% | - |
| XYZ | 16.23 | 23.2 | 23.02 | - |
| YUV | 119.69 | 131 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 146 | 125 | 0.55 | 0 | 0.14 | 0.43 | 164.25 | 0.38 | 0.42 |
| Hex | 42 | 92 | 7D | 37 | 0 | E | 2B | A4 | 26 | 2A |
| Octal | 102 | 222 | 175 | 67 | 0 | 16 | 53 | 244 | 46 | 52 |
| Binary | 1000010 | 10010010 | 1111101 | 110111 | 0 | 1110 | 101011 | 10100100 | 100110 | 101010 |
Color Harmonies of #42927D
Complementary color
Monochromatic Colors of #42927D
Black with #42927D
Text Example
Text Example
White with #42927D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42927D; }
p { color: rgb(66,146,125); }
H1.HeaderClassName
{
color: #42927D;
}
.AnyTagClassName
{
color: #42927D;
}
</style>
background-color css
<style>
a { background-color: #42927D; }
a { background-color: rgb(66,146,125); }
div.DivClassName
{
background-color: #42927D;
}
.BgClassName
{
background-color: #42927D;
}
</style>
border-color css
<style>
span { border-color: #42927D; }
span { border-color: rgb(66,146,125); }
td.TdClassName
{
border-color: #42927D;
}
.TagClassName
{
border-color: #42927D;
}
</style>