Shades of Lochinvar #418B7C
Tints of Lochinvar #418B7C
RGB
CMYK
RGB Variations
Color information
#418B7C (or 0x418B7C) is known color: Lochinvar. HEX triplet: 41, 8B and 7C. RGB value is (65,139,124). Sum of RGB (Red+Green+Blue) = 65+139+124=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 139 - color contains mainly: green. Hex color #418B7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418B7C is #BE7483. Grayscale: #737373. Windows color (decimal): -12481668 or 8162113. OLE color: 8162113.
HSL color Cylindrical-coordinate representation of color #418B7C: hue angle of 167.84º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418B7C is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 139 | 124 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.45 |
| HSL | 167.84º | 0.36% | 0.4% | - |
| HSV(B) | 167.84º | 0.53% | 0.55% | - |
| XYZ | 15.05 | 21.04 | 22.34 | - |
| YUV | 115.16 | 132.98 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 139 | 124 | 0.53 | 0 | 0.11 | 0.45 | 167.84 | 0.36 | 0.4 |
| Hex | 41 | 8B | 7C | 35 | 0 | B | 2D | A8 | 24 | 28 |
| Octal | 101 | 213 | 174 | 65 | 0 | 13 | 55 | 250 | 44 | 50 |
| Binary | 1000001 | 10001011 | 1111100 | 110101 | 0 | 1011 | 101101 | 10101000 | 100100 | 101000 |
Color Harmonies of #418B7C
Complementary color
Monochromatic Colors of #418B7C
Black with #418B7C
Text Example
Text Example
White with #418B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418B7C; }
p { color: rgb(65,139,124); }
H1.HeaderClassName
{
color: #418B7C;
}
.AnyTagClassName
{
color: #418B7C;
}
</style>
background-color css
<style>
a { background-color: #418B7C; }
a { background-color: rgb(65,139,124); }
div.DivClassName
{
background-color: #418B7C;
}
.BgClassName
{
background-color: #418B7C;
}
</style>
border-color css
<style>
span { border-color: #418B7C; }
span { border-color: rgb(65,139,124); }
td.TdClassName
{
border-color: #418B7C;
}
.TagClassName
{
border-color: #418B7C;
}
</style>