Shades of Lochinvar #3C9181
Tints of Lochinvar #3C9181
RGB
CMYK
RGB Variations
Color information
#3C9181 (or 0x3C9181) is known color: Lochinvar. HEX triplet: 3C, 91 and 81. RGB value is (60,145,129). Sum of RGB (Red+Green+Blue) = 60+145+129=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 145 - color contains mainly: green. Hex color #3C9181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9181 is #C36E7E. Grayscale: #757575. Windows color (decimal): -12807807 or 8491324. OLE color: 8491324.
HSL color Cylindrical-coordinate representation of color #3C9181: hue angle of 168.71º 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 #3C9181 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 145 | 129 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.43 |
| HSL | 168.71º | 0.41% | 0.4% | - |
| HSV(B) | 168.71º | 0.59% | 0.57% | - |
| XYZ | 15.95 | 22.8 | 24.33 | - |
| YUV | 117.76 | 134.34 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 145 | 129 | 0.59 | 0 | 0.11 | 0.43 | 168.71 | 0.41 | 0.4 |
| Hex | 3C | 91 | 81 | 3B | 0 | B | 2B | A9 | 29 | 28 |
| Octal | 74 | 221 | 201 | 73 | 0 | 13 | 53 | 251 | 51 | 50 |
| Binary | 111100 | 10010001 | 10000001 | 111011 | 0 | 1011 | 101011 | 10101001 | 101001 | 101000 |
Color Harmonies of #3C9181
Complementary color
Monochromatic Colors of #3C9181
Black with #3C9181
Text Example
Text Example
White with #3C9181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9181; }
p { color: rgb(60,145,129); }
H1.HeaderClassName
{
color: #3C9181;
}
.AnyTagClassName
{
color: #3C9181;
}
</style>
background-color css
<style>
a { background-color: #3C9181; }
a { background-color: rgb(60,145,129); }
div.DivClassName
{
background-color: #3C9181;
}
.BgClassName
{
background-color: #3C9181;
}
</style>
border-color css
<style>
span { border-color: #3C9181; }
span { border-color: rgb(60,145,129); }
td.TdClassName
{
border-color: #3C9181;
}
.TagClassName
{
border-color: #3C9181;
}
</style>