Shades of Lochinvar #41877C
Tints of Lochinvar #41877C
RGB
CMYK
RGB Variations
Color information
#41877C (or 0x41877C) is known color: Lochinvar. HEX triplet: 41, 87 and 7C. RGB value is (65,135,124). Sum of RGB (Red+Green+Blue) = 65+135+124=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 135 - color contains mainly: green. Hex color #41877C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41877C is #BE7883. Grayscale: #707070. Windows color (decimal): -12482692 or 8161089. OLE color: 8161089.
HSL color Cylindrical-coordinate representation of color #41877C: hue angle of 170.57º 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 #41877C is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 135 | 124 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.47 |
| HSL | 170.57º | 0.35% | 0.39% | - |
| HSV(B) | 170.57º | 0.52% | 0.53% | - |
| XYZ | 14.48 | 19.91 | 22.15 | - |
| YUV | 112.82 | 134.31 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 135 | 124 | 0.52 | 0 | 0.08 | 0.47 | 170.57 | 0.35 | 0.39 |
| Hex | 41 | 87 | 7C | 34 | 0 | 8 | 2F | AB | 23 | 27 |
| Octal | 101 | 207 | 174 | 64 | 0 | 10 | 57 | 253 | 43 | 47 |
| Binary | 1000001 | 10000111 | 1111100 | 110100 | 0 | 1000 | 101111 | 10101011 | 100011 | 100111 |
Color Harmonies of #41877C
Complementary color
Monochromatic Colors of #41877C
Black with #41877C
Text Example
Text Example
White with #41877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41877C; }
p { color: rgb(65,135,124); }
H1.HeaderClassName
{
color: #41877C;
}
.AnyTagClassName
{
color: #41877C;
}
</style>
background-color css
<style>
a { background-color: #41877C; }
a { background-color: rgb(65,135,124); }
div.DivClassName
{
background-color: #41877C;
}
.BgClassName
{
background-color: #41877C;
}
</style>
border-color css
<style>
span { border-color: #41877C; }
span { border-color: rgb(65,135,124); }
td.TdClassName
{
border-color: #41877C;
}
.TagClassName
{
border-color: #41877C;
}
</style>