Shades of Lochinvar #3F8C7A
Tints of Lochinvar #3F8C7A
RGB
CMYK
RGB Variations
Color information
#3F8C7A (or 0x3F8C7A) is known color: Lochinvar. HEX triplet: 3F, 8C and 7A. RGB value is (63,140,122). Sum of RGB (Red+Green+Blue) = 63+140+122=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 140 - color contains mainly: green. Hex color #3F8C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8C7A is #C07385. Grayscale: #727272. Windows color (decimal): -12612486 or 8031295. OLE color: 8031295.
HSL color Cylindrical-coordinate representation of color #3F8C7A: hue angle of 165.97º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F8C7A is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 140 | 122 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.45 |
| HSL | 165.97º | 0.38% | 0.4% | - |
| HSV(B) | 165.97º | 0.55% | 0.55% | - |
| XYZ | 14.94 | 21.22 | 21.72 | - |
| YUV | 114.93 | 131.99 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 140 | 122 | 0.55 | 0 | 0.13 | 0.45 | 165.97 | 0.38 | 0.4 |
| Hex | 3F | 8C | 7A | 37 | 0 | D | 2D | A6 | 26 | 28 |
| Octal | 77 | 214 | 172 | 67 | 0 | 15 | 55 | 246 | 46 | 50 |
| Binary | 111111 | 10001100 | 1111010 | 110111 | 0 | 1101 | 101101 | 10100110 | 100110 | 101000 |
Color Harmonies of #3F8C7A
Complementary color
Monochromatic Colors of #3F8C7A
Black with #3F8C7A
Text Example
Text Example
White with #3F8C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8C7A; }
p { color: rgb(63,140,122); }
H1.HeaderClassName
{
color: #3F8C7A;
}
.AnyTagClassName
{
color: #3F8C7A;
}
</style>
background-color css
<style>
a { background-color: #3F8C7A; }
a { background-color: rgb(63,140,122); }
div.DivClassName
{
background-color: #3F8C7A;
}
.BgClassName
{
background-color: #3F8C7A;
}
</style>
border-color css
<style>
span { border-color: #3F8C7A; }
span { border-color: rgb(63,140,122); }
td.TdClassName
{
border-color: #3F8C7A;
}
.TagClassName
{
border-color: #3F8C7A;
}
</style>