Shades of Lochinvar #3E8D7B
Tints of Lochinvar #3E8D7B
RGB
CMYK
RGB Variations
Color information
#3E8D7B (or 0x3E8D7B) is known color: Lochinvar. HEX triplet: 3E, 8D and 7B. RGB value is (62,141,123). Sum of RGB (Red+Green+Blue) = 62+141+123=326 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.02% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 141 - color contains mainly: green. Hex color #3E8D7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8D7B is #C17284. Grayscale: #737373. Windows color (decimal): -12677765 or 8097086. OLE color: 8097086.
HSL color Cylindrical-coordinate representation of color #3E8D7B: hue angle of 166.33º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E8D7B is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 141 | 123 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.45 |
| HSL | 166.33º | 0.39% | 0.4% | - |
| HSV(B) | 166.33º | 0.56% | 0.55% | - |
| XYZ | 15.09 | 21.5 | 22.09 | - |
| YUV | 115.33 | 132.33 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 141 | 123 | 0.56 | 0 | 0.13 | 0.45 | 166.33 | 0.39 | 0.4 |
| Hex | 3E | 8D | 7B | 38 | 0 | D | 2D | A6 | 27 | 28 |
| Octal | 76 | 215 | 173 | 70 | 0 | 15 | 55 | 246 | 47 | 50 |
| Binary | 111110 | 10001101 | 1111011 | 111000 | 0 | 1101 | 101101 | 10100110 | 100111 | 101000 |
Color Harmonies of #3E8D7B
Complementary color
Monochromatic Colors of #3E8D7B
Black with #3E8D7B
Text Example
Text Example
White with #3E8D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8D7B; }
p { color: rgb(62,141,123); }
H1.HeaderClassName
{
color: #3E8D7B;
}
.AnyTagClassName
{
color: #3E8D7B;
}
</style>
background-color css
<style>
a { background-color: #3E8D7B; }
a { background-color: rgb(62,141,123); }
div.DivClassName
{
background-color: #3E8D7B;
}
.BgClassName
{
background-color: #3E8D7B;
}
</style>
border-color css
<style>
span { border-color: #3E8D7B; }
span { border-color: rgb(62,141,123); }
td.TdClassName
{
border-color: #3E8D7B;
}
.TagClassName
{
border-color: #3E8D7B;
}
</style>