Shades of Lochinvar #41887D
Tints of Lochinvar #41887D
RGB
CMYK
RGB Variations
Color information
#41887D (or 0x41887D) is known color: Lochinvar. HEX triplet: 41, 88 and 7D. RGB value is (65,136,125). Sum of RGB (Red+Green+Blue) = 65+136+125=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 136 - color contains mainly: green. Hex color #41887D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41887D is #BE7782. Grayscale: #717171. Windows color (decimal): -12482435 or 8226881. OLE color: 8226881.
HSL color Cylindrical-coordinate representation of color #41887D: hue angle of 170.7º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #41887D is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 136 | 125 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.47 |
| HSL | 170.7º | 0.35% | 0.39% | - |
| HSV(B) | 170.7º | 0.52% | 0.53% | - |
| XYZ | 14.69 | 20.21 | 22.53 | - |
| YUV | 113.52 | 134.48 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 136 | 125 | 0.52 | 0 | 0.08 | 0.47 | 170.7 | 0.35 | 0.39 |
| Hex | 41 | 88 | 7D | 34 | 0 | 8 | 2F | AB | 23 | 27 |
| Octal | 101 | 210 | 175 | 64 | 0 | 10 | 57 | 253 | 43 | 47 |
| Binary | 1000001 | 10001000 | 1111101 | 110100 | 0 | 1000 | 101111 | 10101011 | 100011 | 100111 |
Color Harmonies of #41887D
Complementary color
Monochromatic Colors of #41887D
Black with #41887D
Text Example
Text Example
White with #41887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41887D; }
p { color: rgb(65,136,125); }
H1.HeaderClassName
{
color: #41887D;
}
.AnyTagClassName
{
color: #41887D;
}
</style>
background-color css
<style>
a { background-color: #41887D; }
a { background-color: rgb(65,136,125); }
div.DivClassName
{
background-color: #41887D;
}
.BgClassName
{
background-color: #41887D;
}
</style>
border-color css
<style>
span { border-color: #41887D; }
span { border-color: rgb(65,136,125); }
td.TdClassName
{
border-color: #41887D;
}
.TagClassName
{
border-color: #41887D;
}
</style>