Shades of Lochinvar #3C8D7B
Tints of Lochinvar #3C8D7B
RGB
CMYK
RGB Variations
Color information
#3C8D7B (or 0x3C8D7B) is known color: Lochinvar. HEX triplet: 3C, 8D and 7B. RGB value is (60,141,123). Sum of RGB (Red+Green+Blue) = 60+141+123=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 141 - color contains mainly: green. Hex color #3C8D7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8D7B is #C37284. Grayscale: #727272. Windows color (decimal): -12808837 or 8097084. OLE color: 8097084.
HSL color Cylindrical-coordinate representation of color #3C8D7B: hue angle of 166.67º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8D7B is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 141 | 123 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.45 |
| HSL | 166.67º | 0.4% | 0.39% | - |
| HSV(B) | 166.67º | 0.57% | 0.55% | - |
| XYZ | 14.96 | 21.44 | 22.09 | - |
| YUV | 114.73 | 132.66 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 141 | 123 | 0.57 | 0 | 0.13 | 0.45 | 166.67 | 0.4 | 0.39 |
| Hex | 3C | 8D | 7B | 39 | 0 | D | 2D | A7 | 28 | 27 |
| Octal | 74 | 215 | 173 | 71 | 0 | 15 | 55 | 247 | 50 | 47 |
| Binary | 111100 | 10001101 | 1111011 | 111001 | 0 | 1101 | 101101 | 10100111 | 101000 | 100111 |
Color Harmonies of #3C8D7B
Complementary color
Monochromatic Colors of #3C8D7B
Black with #3C8D7B
Text Example
Text Example
White with #3C8D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8D7B; }
p { color: rgb(60,141,123); }
H1.HeaderClassName
{
color: #3C8D7B;
}
.AnyTagClassName
{
color: #3C8D7B;
}
</style>
background-color css
<style>
a { background-color: #3C8D7B; }
a { background-color: rgb(60,141,123); }
div.DivClassName
{
background-color: #3C8D7B;
}
.BgClassName
{
background-color: #3C8D7B;
}
</style>
border-color css
<style>
span { border-color: #3C8D7B; }
span { border-color: rgb(60,141,123); }
td.TdClassName
{
border-color: #3C8D7B;
}
.TagClassName
{
border-color: #3C8D7B;
}
</style>