Shades of Lochinvar #3F8C7C
Tints of Lochinvar #3F8C7C
RGB
CMYK
RGB Variations
Color information
#3F8C7C (or 0x3F8C7C) is known color: Lochinvar. HEX triplet: 3F, 8C and 7C. RGB value is (63,140,124). Sum of RGB (Red+Green+Blue) = 63+140+124=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 140 - color contains mainly: green. Hex color #3F8C7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8C7C is #C07383. Grayscale: #737373. Windows color (decimal): -12612484 or 8162367. OLE color: 8162367.
HSL color Cylindrical-coordinate representation of color #3F8C7C: hue angle of 167.53º 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 #3F8C7C is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 140 | 124 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.45 |
| HSL | 167.53º | 0.38% | 0.4% | - |
| HSV(B) | 167.53º | 0.55% | 0.55% | - |
| XYZ | 15.07 | 21.27 | 22.38 | - |
| YUV | 115.15 | 132.99 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 140 | 124 | 0.55 | 0 | 0.11 | 0.45 | 167.53 | 0.38 | 0.4 |
| Hex | 3F | 8C | 7C | 37 | 0 | B | 2D | A8 | 26 | 28 |
| Octal | 77 | 214 | 174 | 67 | 0 | 13 | 55 | 250 | 46 | 50 |
| Binary | 111111 | 10001100 | 1111100 | 110111 | 0 | 1011 | 101101 | 10101000 | 100110 | 101000 |
Color Harmonies of #3F8C7C
Complementary color
Monochromatic Colors of #3F8C7C
Black with #3F8C7C
Text Example
Text Example
White with #3F8C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8C7C; }
p { color: rgb(63,140,124); }
H1.HeaderClassName
{
color: #3F8C7C;
}
.AnyTagClassName
{
color: #3F8C7C;
}
</style>
background-color css
<style>
a { background-color: #3F8C7C; }
a { background-color: rgb(63,140,124); }
div.DivClassName
{
background-color: #3F8C7C;
}
.BgClassName
{
background-color: #3F8C7C;
}
</style>
border-color css
<style>
span { border-color: #3F8C7C; }
span { border-color: rgb(63,140,124); }
td.TdClassName
{
border-color: #3F8C7C;
}
.TagClassName
{
border-color: #3F8C7C;
}
</style>