Shades of Lochinvar #3C887A
Tints of Lochinvar #3C887A
RGB
CMYK
RGB Variations
Color information
#3C887A (or 0x3C887A) is known color: Lochinvar. HEX triplet: 3C, 88 and 7A. RGB value is (60,136,122). Sum of RGB (Red+Green+Blue) = 60+136+122=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #3C887A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C887A is #C37785. Grayscale: #6F6F6F. Windows color (decimal): -12810118 or 8030268. OLE color: 8030268.
HSL color Cylindrical-coordinate representation of color #3C887A: hue angle of 168.95º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C887A is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 136 | 122 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.47 |
| HSL | 168.95º | 0.39% | 0.38% | - |
| HSV(B) | 168.95º | 0.56% | 0.53% | - |
| XYZ | 14.18 | 19.97 | 21.52 | - |
| YUV | 111.68 | 133.82 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 136 | 122 | 0.56 | 0 | 0.10 | 0.47 | 168.95 | 0.39 | 0.38 |
| Hex | 3C | 88 | 7A | 38 | 0 | A | 2F | A9 | 27 | 26 |
| Octal | 74 | 210 | 172 | 70 | 0 | 12 | 57 | 251 | 47 | 46 |
| Binary | 111100 | 10001000 | 1111010 | 111000 | 0 | 1010 | 101111 | 10101001 | 100111 | 100110 |
Color Harmonies of #3C887A
Complementary color
Monochromatic Colors of #3C887A
Black with #3C887A
Text Example
Text Example
White with #3C887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C887A; }
p { color: rgb(60,136,122); }
H1.HeaderClassName
{
color: #3C887A;
}
.AnyTagClassName
{
color: #3C887A;
}
</style>
background-color css
<style>
a { background-color: #3C887A; }
a { background-color: rgb(60,136,122); }
div.DivClassName
{
background-color: #3C887A;
}
.BgClassName
{
background-color: #3C887A;
}
</style>
border-color css
<style>
span { border-color: #3C887A; }
span { border-color: rgb(60,136,122); }
td.TdClassName
{
border-color: #3C887A;
}
.TagClassName
{
border-color: #3C887A;
}
</style>