Shades of Lochinvar #41877A
Tints of Lochinvar #41877A
RGB
CMYK
RGB Variations
Color information
#41877A (or 0x41877A) is known color: Lochinvar. HEX triplet: 41, 87 and 7A. RGB value is (65,135,122). Sum of RGB (Red+Green+Blue) = 65+135+122=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 135 - color contains mainly: green. Hex color #41877A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41877A is #BE7885. Grayscale: #707070. Windows color (decimal): -12482694 or 8030017. OLE color: 8030017.
HSL color Cylindrical-coordinate representation of color #41877A: hue angle of 168.86º 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 #41877A is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 135 | 122 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.47 |
| HSL | 168.86º | 0.35% | 0.39% | - |
| HSV(B) | 168.86º | 0.52% | 0.53% | - |
| XYZ | 14.36 | 19.86 | 21.49 | - |
| YUV | 112.59 | 133.31 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 135 | 122 | 0.52 | 0 | 0.10 | 0.47 | 168.86 | 0.35 | 0.39 |
| Hex | 41 | 87 | 7A | 34 | 0 | A | 2F | A9 | 23 | 27 |
| Octal | 101 | 207 | 172 | 64 | 0 | 12 | 57 | 251 | 43 | 47 |
| Binary | 1000001 | 10000111 | 1111010 | 110100 | 0 | 1010 | 101111 | 10101001 | 100011 | 100111 |
Color Harmonies of #41877A
Complementary color
Monochromatic Colors of #41877A
Black with #41877A
Text Example
Text Example
White with #41877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41877A; }
p { color: rgb(65,135,122); }
H1.HeaderClassName
{
color: #41877A;
}
.AnyTagClassName
{
color: #41877A;
}
</style>
background-color css
<style>
a { background-color: #41877A; }
a { background-color: rgb(65,135,122); }
div.DivClassName
{
background-color: #41877A;
}
.BgClassName
{
background-color: #41877A;
}
</style>
border-color css
<style>
span { border-color: #41877A; }
span { border-color: rgb(65,135,122); }
td.TdClassName
{
border-color: #41877A;
}
.TagClassName
{
border-color: #41877A;
}
</style>