Shades of Lochinvar #3C8981
Tints of Lochinvar #3C8981
RGB
CMYK
RGB Variations
Color information
#3C8981 (or 0x3C8981) is known color: Lochinvar. HEX triplet: 3C, 89 and 81. RGB value is (60,137,129). Sum of RGB (Red+Green+Blue) = 60+137+129=326 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.40% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 137 - color contains mainly: green. Hex color #3C8981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8981 is #C3767E. Grayscale: #717171. Windows color (decimal): -12809855 or 8489276. OLE color: 8489276.
HSL color Cylindrical-coordinate representation of color #3C8981: hue angle of 173.77º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C8981 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 137 | 129 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.46 |
| HSL | 173.77º | 0.39% | 0.39% | - |
| HSV(B) | 173.77º | 0.56% | 0.54% | - |
| XYZ | 14.77 | 20.44 | 23.94 | - |
| YUV | 113.07 | 136.99 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 137 | 129 | 0.56 | 0 | 0.06 | 0.46 | 173.77 | 0.39 | 0.39 |
| Hex | 3C | 89 | 81 | 38 | 0 | 6 | 2E | AE | 27 | 27 |
| Octal | 74 | 211 | 201 | 70 | 0 | 6 | 56 | 256 | 47 | 47 |
| Binary | 111100 | 10001001 | 10000001 | 111000 | 0 | 110 | 101110 | 10101110 | 100111 | 100111 |
Color Harmonies of #3C8981
Complementary color
Monochromatic Colors of #3C8981
Black with #3C8981
Text Example
Text Example
White with #3C8981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8981; }
p { color: rgb(60,137,129); }
H1.HeaderClassName
{
color: #3C8981;
}
.AnyTagClassName
{
color: #3C8981;
}
</style>
background-color css
<style>
a { background-color: #3C8981; }
a { background-color: rgb(60,137,129); }
div.DivClassName
{
background-color: #3C8981;
}
.BgClassName
{
background-color: #3C8981;
}
</style>
border-color css
<style>
span { border-color: #3C8981; }
span { border-color: rgb(60,137,129); }
td.TdClassName
{
border-color: #3C8981;
}
.TagClassName
{
border-color: #3C8981;
}
</style>