Shades of Lochinvar #3E857A
Tints of Lochinvar #3E857A
RGB
CMYK
RGB Variations
Color information
#3E857A (or 0x3E857A) is known color: Lochinvar. HEX triplet: 3E, 85 and 7A. RGB value is (62,133,122). Sum of RGB (Red+Green+Blue) = 62+133+122=317 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.56% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #3E857A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E857A is #C17A85. Grayscale: #6E6E6E. Windows color (decimal): -12679814 or 8029502. OLE color: 8029502.
HSL color Cylindrical-coordinate representation of color #3E857A: hue angle of 170.7º 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 #3E857A is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 62 | 133 | 122 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.48 |
| HSL | 170.7º | 0.36% | 0.38% | - |
| HSV(B) | 170.7º | 0.53% | 0.52% | - |
| XYZ | 13.89 | 19.2 | 21.39 | - |
| YUV | 110.52 | 134.48 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 133 | 122 | 0.53 | 0 | 0.08 | 0.48 | 170.7 | 0.36 | 0.38 |
| Hex | 3E | 85 | 7A | 35 | 0 | 8 | 30 | AB | 24 | 26 |
| Octal | 76 | 205 | 172 | 65 | 0 | 10 | 60 | 253 | 44 | 46 |
| Binary | 111110 | 10000101 | 1111010 | 110101 | 0 | 1000 | 110000 | 10101011 | 100100 | 100110 |
Color Harmonies of #3E857A
Complementary color
Monochromatic Colors of #3E857A
Black with #3E857A
Text Example
Text Example
White with #3E857A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E857A; }
p { color: rgb(62,133,122); }
H1.HeaderClassName
{
color: #3E857A;
}
.AnyTagClassName
{
color: #3E857A;
}
</style>
background-color css
<style>
a { background-color: #3E857A; }
a { background-color: rgb(62,133,122); }
div.DivClassName
{
background-color: #3E857A;
}
.BgClassName
{
background-color: #3E857A;
}
</style>
border-color css
<style>
span { border-color: #3E857A; }
span { border-color: rgb(62,133,122); }
td.TdClassName
{
border-color: #3E857A;
}
.TagClassName
{
border-color: #3E857A;
}
</style>