Shades of Lochinvar #3E917D
Tints of Lochinvar #3E917D
RGB
CMYK
RGB Variations
Color information
#3E917D (or 0x3E917D) is known color: Lochinvar. HEX triplet: 3E, 91 and 7D. RGB value is (62,145,125). Sum of RGB (Red+Green+Blue) = 62+145+125=332 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.67% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 145 - color contains mainly: green. Hex color #3E917D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E917D is #C16E82. Grayscale: #757575. Windows color (decimal): -12676739 or 8229182. OLE color: 8229182.
HSL color Cylindrical-coordinate representation of color #3E917D: hue angle of 165.54º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E917D is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 62 | 145 | 125 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.43 |
| HSL | 165.54º | 0.4% | 0.41% | - |
| HSV(B) | 165.54º | 0.57% | 0.57% | - |
| XYZ | 15.81 | 22.76 | 22.96 | - |
| YUV | 117.9 | 132 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 145 | 125 | 0.57 | 0 | 0.14 | 0.43 | 165.54 | 0.4 | 0.41 |
| Hex | 3E | 91 | 7D | 39 | 0 | E | 2B | A6 | 28 | 29 |
| Octal | 76 | 221 | 175 | 71 | 0 | 16 | 53 | 246 | 50 | 51 |
| Binary | 111110 | 10010001 | 1111101 | 111001 | 0 | 1110 | 101011 | 10100110 | 101000 | 101001 |
Color Harmonies of #3E917D
Complementary color
Monochromatic Colors of #3E917D
Black with #3E917D
Text Example
Text Example
White with #3E917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E917D; }
p { color: rgb(62,145,125); }
H1.HeaderClassName
{
color: #3E917D;
}
.AnyTagClassName
{
color: #3E917D;
}
</style>
background-color css
<style>
a { background-color: #3E917D; }
a { background-color: rgb(62,145,125); }
div.DivClassName
{
background-color: #3E917D;
}
.BgClassName
{
background-color: #3E917D;
}
</style>
border-color css
<style>
span { border-color: #3E917D; }
span { border-color: rgb(62,145,125); }
td.TdClassName
{
border-color: #3E917D;
}
.TagClassName
{
border-color: #3E917D;
}
</style>