Shades of Lochinvar #3F917A
Tints of Lochinvar #3F917A
RGB
CMYK
RGB Variations
Color information
#3F917A (or 0x3F917A) is known color: Lochinvar. HEX triplet: 3F, 91 and 7A. RGB value is (63,145,122). Sum of RGB (Red+Green+Blue) = 63+145+122=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #3F917A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F917A is #C06E85. Grayscale: #757575. Windows color (decimal): -12611206 or 8032575. OLE color: 8032575.
HSL color Cylindrical-coordinate representation of color #3F917A: hue angle of 163.17º degrees, saturation: 0.39, 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 #3F917A is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 145 | 122 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.43 |
| HSL | 163.17º | 0.39% | 0.41% | - |
| HSV(B) | 163.17º | 0.57% | 0.57% | - |
| XYZ | 15.69 | 22.71 | 21.97 | - |
| YUV | 117.86 | 130.33 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 145 | 122 | 0.57 | 0 | 0.16 | 0.43 | 163.17 | 0.39 | 0.41 |
| Hex | 3F | 91 | 7A | 39 | 0 | 10 | 2B | A3 | 27 | 29 |
| Octal | 77 | 221 | 172 | 71 | 0 | 20 | 53 | 243 | 47 | 51 |
| Binary | 111111 | 10010001 | 1111010 | 111001 | 0 | 10000 | 101011 | 10100011 | 100111 | 101001 |
Color Harmonies of #3F917A
Complementary color
Monochromatic Colors of #3F917A
Black with #3F917A
Text Example
Text Example
White with #3F917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F917A; }
p { color: rgb(63,145,122); }
H1.HeaderClassName
{
color: #3F917A;
}
.AnyTagClassName
{
color: #3F917A;
}
</style>
background-color css
<style>
a { background-color: #3F917A; }
a { background-color: rgb(63,145,122); }
div.DivClassName
{
background-color: #3F917A;
}
.BgClassName
{
background-color: #3F917A;
}
</style>
border-color css
<style>
span { border-color: #3F917A; }
span { border-color: rgb(63,145,122); }
td.TdClassName
{
border-color: #3F917A;
}
.TagClassName
{
border-color: #3F917A;
}
</style>