Shades of Lochinvar #3E8C7A
Tints of Lochinvar #3E8C7A
RGB
CMYK
RGB Variations
Color information
#3E8C7A (or 0x3E8C7A) is known color: Lochinvar. HEX triplet: 3E, 8C and 7A. RGB value is (62,140,122). Sum of RGB (Red+Green+Blue) = 62+140+122=324 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.14% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 140 - color contains mainly: green. Hex color #3E8C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8C7A is #C17385. Grayscale: #727272. Windows color (decimal): -12678022 or 8031294. OLE color: 8031294.
HSL color Cylindrical-coordinate representation of color #3E8C7A: hue angle of 166.15º 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 #3E8C7A is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 140 | 122 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.45 |
| HSL | 166.15º | 0.39% | 0.4% | - |
| HSV(B) | 166.15º | 0.56% | 0.55% | - |
| XYZ | 14.88 | 21.19 | 21.72 | - |
| YUV | 114.63 | 132.16 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 140 | 122 | 0.56 | 0 | 0.13 | 0.45 | 166.15 | 0.39 | 0.4 |
| Hex | 3E | 8C | 7A | 38 | 0 | D | 2D | A6 | 27 | 28 |
| Octal | 76 | 214 | 172 | 70 | 0 | 15 | 55 | 246 | 47 | 50 |
| Binary | 111110 | 10001100 | 1111010 | 111000 | 0 | 1101 | 101101 | 10100110 | 100111 | 101000 |
Color Harmonies of #3E8C7A
Complementary color
Monochromatic Colors of #3E8C7A
Black with #3E8C7A
Text Example
Text Example
White with #3E8C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8C7A; }
p { color: rgb(62,140,122); }
H1.HeaderClassName
{
color: #3E8C7A;
}
.AnyTagClassName
{
color: #3E8C7A;
}
</style>
background-color css
<style>
a { background-color: #3E8C7A; }
a { background-color: rgb(62,140,122); }
div.DivClassName
{
background-color: #3E8C7A;
}
.BgClassName
{
background-color: #3E8C7A;
}
</style>
border-color css
<style>
span { border-color: #3E8C7A; }
span { border-color: rgb(62,140,122); }
td.TdClassName
{
border-color: #3E8C7A;
}
.TagClassName
{
border-color: #3E8C7A;
}
</style>