Shades of Lochinvar #41837A
Tints of Lochinvar #41837A
RGB
CMYK
RGB Variations
Color information
#41837A (or 0x41837A) is known color: Lochinvar. HEX triplet: 41, 83 and 7A. RGB value is (65,131,122). Sum of RGB (Red+Green+Blue) = 65+131+122=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 131 - color contains mainly: green. Hex color #41837A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41837A is #BE7C85. Grayscale: #6E6E6E. Windows color (decimal): -12483718 or 8028993. OLE color: 8028993.
HSL color Cylindrical-coordinate representation of color #41837A: hue angle of 171.82º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #41837A is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 131 | 122 | - |
| CMYK | 0.50 | 0 | 0.07 | 0.49 |
| HSL | 171.82º | 0.34% | 0.38% | - |
| HSV(B) | 171.82º | 0.5% | 0.51% | - |
| XYZ | 13.81 | 18.76 | 21.31 | - |
| YUV | 110.24 | 134.63 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 131 | 122 | 0.50 | 0 | 0.07 | 0.49 | 171.82 | 0.34 | 0.38 |
| Hex | 41 | 83 | 7A | 32 | 0 | 7 | 31 | AC | 22 | 26 |
| Octal | 101 | 203 | 172 | 62 | 0 | 7 | 61 | 254 | 42 | 46 |
| Binary | 1000001 | 10000011 | 1111010 | 110010 | 0 | 111 | 110001 | 10101100 | 100010 | 100110 |
Color Harmonies of #41837A
Complementary color
Monochromatic Colors of #41837A
Black with #41837A
Text Example
Text Example
White with #41837A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41837A; }
p { color: rgb(65,131,122); }
H1.HeaderClassName
{
color: #41837A;
}
.AnyTagClassName
{
color: #41837A;
}
</style>
background-color css
<style>
a { background-color: #41837A; }
a { background-color: rgb(65,131,122); }
div.DivClassName
{
background-color: #41837A;
}
.BgClassName
{
background-color: #41837A;
}
</style>
border-color css
<style>
span { border-color: #41837A; }
span { border-color: rgb(65,131,122); }
td.TdClassName
{
border-color: #41837A;
}
.TagClassName
{
border-color: #41837A;
}
</style>