Shades of Lochinvar #3F947D
Tints of Lochinvar #3F947D
RGB
CMYK
RGB Variations
Color information
#3F947D (or 0x3F947D) is known color: Lochinvar. HEX triplet: 3F, 94 and 7D. RGB value is (63,148,125). Sum of RGB (Red+Green+Blue) = 63+148+125=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 148 - color contains mainly: green. Hex color #3F947D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F947D is #C06B82. Grayscale: #777777. Windows color (decimal): -12610435 or 8229951. OLE color: 8229951.
HSL color Cylindrical-coordinate representation of color #3F947D: hue angle of 163.76º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F947D is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 148 | 125 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.42 |
| HSL | 163.76º | 0.4% | 0.41% | - |
| HSV(B) | 163.76º | 0.57% | 0.58% | - |
| XYZ | 16.34 | 23.72 | 23.12 | - |
| YUV | 119.96 | 130.84 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 148 | 125 | 0.57 | 0 | 0.16 | 0.42 | 163.76 | 0.4 | 0.41 |
| Hex | 3F | 94 | 7D | 39 | 0 | 10 | 2A | A4 | 28 | 29 |
| Octal | 77 | 224 | 175 | 71 | 0 | 20 | 52 | 244 | 50 | 51 |
| Binary | 111111 | 10010100 | 1111101 | 111001 | 0 | 10000 | 101010 | 10100100 | 101000 | 101001 |
Color Harmonies of #3F947D
Complementary color
Monochromatic Colors of #3F947D
Black with #3F947D
Text Example
Text Example
White with #3F947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F947D; }
p { color: rgb(63,148,125); }
H1.HeaderClassName
{
color: #3F947D;
}
.AnyTagClassName
{
color: #3F947D;
}
</style>
background-color css
<style>
a { background-color: #3F947D; }
a { background-color: rgb(63,148,125); }
div.DivClassName
{
background-color: #3F947D;
}
.BgClassName
{
background-color: #3F947D;
}
</style>
border-color css
<style>
span { border-color: #3F947D; }
span { border-color: rgb(63,148,125); }
td.TdClassName
{
border-color: #3F947D;
}
.TagClassName
{
border-color: #3F947D;
}
</style>