Shades of Lochinvar #3C9185
Tints of Lochinvar #3C9185
RGB
CMYK
RGB Variations
Color information
#3C9185 (or 0x3C9185) is known color: Lochinvar. HEX triplet: 3C, 91 and 85. RGB value is (60,145,133). Sum of RGB (Red+Green+Blue) = 60+145+133=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 145 - color contains mainly: green. Hex color #3C9185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9185 is #C36E7A. Grayscale: #767676. Windows color (decimal): -12807803 or 8753468. OLE color: 8753468.
HSL color Cylindrical-coordinate representation of color #3C9185: hue angle of 171.53º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C9185 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 145 | 133 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.43 |
| HSL | 171.53º | 0.41% | 0.4% | - |
| HSV(B) | 171.53º | 0.59% | 0.57% | - |
| XYZ | 16.22 | 22.9 | 25.76 | - |
| YUV | 118.22 | 136.34 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 145 | 133 | 0.59 | 0 | 0.08 | 0.43 | 171.53 | 0.41 | 0.4 |
| Hex | 3C | 91 | 85 | 3B | 0 | 8 | 2B | AC | 29 | 28 |
| Octal | 74 | 221 | 205 | 73 | 0 | 10 | 53 | 254 | 51 | 50 |
| Binary | 111100 | 10010001 | 10000101 | 111011 | 0 | 1000 | 101011 | 10101100 | 101001 | 101000 |
Color Harmonies of #3C9185
Complementary color
Monochromatic Colors of #3C9185
Black with #3C9185
Text Example
Text Example
White with #3C9185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9185; }
p { color: rgb(60,145,133); }
H1.HeaderClassName
{
color: #3C9185;
}
.AnyTagClassName
{
color: #3C9185;
}
</style>
background-color css
<style>
a { background-color: #3C9185; }
a { background-color: rgb(60,145,133); }
div.DivClassName
{
background-color: #3C9185;
}
.BgClassName
{
background-color: #3C9185;
}
</style>
border-color css
<style>
span { border-color: #3C9185; }
span { border-color: rgb(60,145,133); }
td.TdClassName
{
border-color: #3C9185;
}
.TagClassName
{
border-color: #3C9185;
}
</style>