Shades of Lochinvar #3E8C7F
Tints of Lochinvar #3E8C7F
RGB
CMYK
RGB Variations
Color information
#3E8C7F (or 0x3E8C7F) is known color: Lochinvar. HEX triplet: 3E, 8C and 7F. RGB value is (62,140,127). Sum of RGB (Red+Green+Blue) = 62+140+127=329 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.84% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 140 - color contains mainly: green. Hex color #3E8C7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8C7F is #C17380. Grayscale: #737373. Windows color (decimal): -12678017 or 8358974. OLE color: 8358974.
HSL color Cylindrical-coordinate representation of color #3E8C7F: hue angle of 170º 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 #3E8C7F is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 140 | 127 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.45 |
| HSL | 170º | 0.39% | 0.4% | - |
| HSV(B) | 170º | 0.56% | 0.55% | - |
| XYZ | 15.2 | 21.31 | 23.39 | - |
| YUV | 115.2 | 134.66 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 140 | 127 | 0.56 | 0 | 0.09 | 0.45 | 170 | 0.39 | 0.4 |
| Hex | 3E | 8C | 7F | 38 | 0 | 9 | 2D | AA | 27 | 28 |
| Octal | 76 | 214 | 177 | 70 | 0 | 11 | 55 | 252 | 47 | 50 |
| Binary | 111110 | 10001100 | 1111111 | 111000 | 0 | 1001 | 101101 | 10101010 | 100111 | 101000 |
Color Harmonies of #3E8C7F
Complementary color
Monochromatic Colors of #3E8C7F
Black with #3E8C7F
Text Example
Text Example
White with #3E8C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8C7F; }
p { color: rgb(62,140,127); }
H1.HeaderClassName
{
color: #3E8C7F;
}
.AnyTagClassName
{
color: #3E8C7F;
}
</style>
background-color css
<style>
a { background-color: #3E8C7F; }
a { background-color: rgb(62,140,127); }
div.DivClassName
{
background-color: #3E8C7F;
}
.BgClassName
{
background-color: #3E8C7F;
}
</style>
border-color css
<style>
span { border-color: #3E8C7F; }
span { border-color: rgb(62,140,127); }
td.TdClassName
{
border-color: #3E8C7F;
}
.TagClassName
{
border-color: #3E8C7F;
}
</style>