Shades of Lochinvar #418C7F
Tints of Lochinvar #418C7F
RGB
CMYK
RGB Variations
Color information
#418C7F (or 0x418C7F) is known color: Lochinvar. HEX triplet: 41, 8C and 7F. RGB value is (65,140,127). Sum of RGB (Red+Green+Blue) = 65+140+127=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 140 - color contains mainly: green. Hex color #418C7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418C7F is #BE7380. Grayscale: #747474. Windows color (decimal): -12481409 or 8358977. OLE color: 8358977.
HSL color Cylindrical-coordinate representation of color #418C7F: hue angle of 169.6º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #418C7F is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 140 | 127 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.45 |
| HSL | 169.6º | 0.37% | 0.4% | - |
| HSV(B) | 169.6º | 0.54% | 0.55% | - |
| XYZ | 15.39 | 21.41 | 23.4 | - |
| YUV | 116.09 | 134.15 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 140 | 127 | 0.54 | 0 | 0.09 | 0.45 | 169.6 | 0.37 | 0.4 |
| Hex | 41 | 8C | 7F | 36 | 0 | 9 | 2D | AA | 25 | 28 |
| Octal | 101 | 214 | 177 | 66 | 0 | 11 | 55 | 252 | 45 | 50 |
| Binary | 1000001 | 10001100 | 1111111 | 110110 | 0 | 1001 | 101101 | 10101010 | 100101 | 101000 |
Color Harmonies of #418C7F
Complementary color
Monochromatic Colors of #418C7F
Black with #418C7F
Text Example
Text Example
White with #418C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418C7F; }
p { color: rgb(65,140,127); }
H1.HeaderClassName
{
color: #418C7F;
}
.AnyTagClassName
{
color: #418C7F;
}
</style>
background-color css
<style>
a { background-color: #418C7F; }
a { background-color: rgb(65,140,127); }
div.DivClassName
{
background-color: #418C7F;
}
.BgClassName
{
background-color: #418C7F;
}
</style>
border-color css
<style>
span { border-color: #418C7F; }
span { border-color: rgb(65,140,127); }
td.TdClassName
{
border-color: #418C7F;
}
.TagClassName
{
border-color: #418C7F;
}
</style>