Shades of Lochinvar #3E8A7A
Tints of Lochinvar #3E8A7A
RGB
CMYK
RGB Variations
Color information
#3E8A7A (or 0x3E8A7A) is known color: Lochinvar. HEX triplet: 3E, 8A and 7A. RGB value is (62,138,122). Sum of RGB (Red+Green+Blue) = 62+138+122=322 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.25% from 322); Green value is 138 (54.30% from 255 or 42.86% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 138 - color contains mainly: green. Hex color #3E8A7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8A7A is #C17585. Grayscale: #717171. Windows color (decimal): -12678534 or 8030782. OLE color: 8030782.
HSL color Cylindrical-coordinate representation of color #3E8A7A: hue angle of 167.37º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E8A7A is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 138 | 122 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.46 |
| HSL | 167.37º | 0.38% | 0.39% | - |
| HSV(B) | 167.37º | 0.55% | 0.54% | - |
| XYZ | 14.59 | 20.61 | 21.62 | - |
| YUV | 113.45 | 132.82 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 138 | 122 | 0.55 | 0 | 0.12 | 0.46 | 167.37 | 0.38 | 0.39 |
| Hex | 3E | 8A | 7A | 37 | 0 | C | 2E | A7 | 26 | 27 |
| Octal | 76 | 212 | 172 | 67 | 0 | 14 | 56 | 247 | 46 | 47 |
| Binary | 111110 | 10001010 | 1111010 | 110111 | 0 | 1100 | 101110 | 10100111 | 100110 | 100111 |
Color Harmonies of #3E8A7A
Complementary color
Monochromatic Colors of #3E8A7A
Black with #3E8A7A
Text Example
Text Example
White with #3E8A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8A7A; }
p { color: rgb(62,138,122); }
H1.HeaderClassName
{
color: #3E8A7A;
}
.AnyTagClassName
{
color: #3E8A7A;
}
</style>
background-color css
<style>
a { background-color: #3E8A7A; }
a { background-color: rgb(62,138,122); }
div.DivClassName
{
background-color: #3E8A7A;
}
.BgClassName
{
background-color: #3E8A7A;
}
</style>
border-color css
<style>
span { border-color: #3E8A7A; }
span { border-color: rgb(62,138,122); }
td.TdClassName
{
border-color: #3E8A7A;
}
.TagClassName
{
border-color: #3E8A7A;
}
</style>