Shades of Lochinvar #3E847A
Tints of Lochinvar #3E847A
RGB
CMYK
RGB Variations
Color information
#3E847A (or 0x3E847A) is known color: Lochinvar. HEX triplet: 3E, 84 and 7A. RGB value is (62,132,122). Sum of RGB (Red+Green+Blue) = 62+132+122=316 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.62% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 132 - color contains mainly: green. Hex color #3E847A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E847A is #C17B85. Grayscale: #6D6D6D. Windows color (decimal): -12680070 or 8029246. OLE color: 8029246.
HSL color Cylindrical-coordinate representation of color #3E847A: hue angle of 171.43º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E847A is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 62 | 132 | 122 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.48 |
| HSL | 171.43º | 0.36% | 0.38% | - |
| HSV(B) | 171.43º | 0.53% | 0.52% | - |
| XYZ | 13.75 | 18.93 | 21.34 | - |
| YUV | 109.93 | 134.81 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 132 | 122 | 0.53 | 0 | 0.08 | 0.48 | 171.43 | 0.36 | 0.38 |
| Hex | 3E | 84 | 7A | 35 | 0 | 8 | 30 | AB | 24 | 26 |
| Octal | 76 | 204 | 172 | 65 | 0 | 10 | 60 | 253 | 44 | 46 |
| Binary | 111110 | 10000100 | 1111010 | 110101 | 0 | 1000 | 110000 | 10101011 | 100100 | 100110 |
Color Harmonies of #3E847A
Complementary color
Monochromatic Colors of #3E847A
Black with #3E847A
Text Example
Text Example
White with #3E847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E847A; }
p { color: rgb(62,132,122); }
H1.HeaderClassName
{
color: #3E847A;
}
.AnyTagClassName
{
color: #3E847A;
}
</style>
background-color css
<style>
a { background-color: #3E847A; }
a { background-color: rgb(62,132,122); }
div.DivClassName
{
background-color: #3E847A;
}
.BgClassName
{
background-color: #3E847A;
}
</style>
border-color css
<style>
span { border-color: #3E847A; }
span { border-color: rgb(62,132,122); }
td.TdClassName
{
border-color: #3E847A;
}
.TagClassName
{
border-color: #3E847A;
}
</style>