Shades of Lochinvar #3C8D85
Tints of Lochinvar #3C8D85
RGB
CMYK
RGB Variations
Color information
#3C8D85 (or 0x3C8D85) is known color: Lochinvar. HEX triplet: 3C, 8D and 85. RGB value is (60,141,133). Sum of RGB (Red+Green+Blue) = 60+141+133=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #3C8D85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8D85 is #C3727A. Grayscale: #737373. Windows color (decimal): -12808827 or 8752444. OLE color: 8752444.
HSL color Cylindrical-coordinate representation of color #3C8D85: hue angle of 174.07º 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 #3C8D85 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 141 | 133 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.45 |
| HSL | 174.07º | 0.4% | 0.39% | - |
| HSV(B) | 174.07º | 0.57% | 0.55% | - |
| XYZ | 15.62 | 21.7 | 25.56 | - |
| YUV | 115.87 | 137.66 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 141 | 133 | 0.57 | 0 | 0.06 | 0.45 | 174.07 | 0.4 | 0.39 |
| Hex | 3C | 8D | 85 | 39 | 0 | 6 | 2D | AE | 28 | 27 |
| Octal | 74 | 215 | 205 | 71 | 0 | 6 | 55 | 256 | 50 | 47 |
| Binary | 111100 | 10001101 | 10000101 | 111001 | 0 | 110 | 101101 | 10101110 | 101000 | 100111 |
Color Harmonies of #3C8D85
Complementary color
Monochromatic Colors of #3C8D85
Black with #3C8D85
Text Example
Text Example
White with #3C8D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8D85; }
p { color: rgb(60,141,133); }
H1.HeaderClassName
{
color: #3C8D85;
}
.AnyTagClassName
{
color: #3C8D85;
}
</style>
background-color css
<style>
a { background-color: #3C8D85; }
a { background-color: rgb(60,141,133); }
div.DivClassName
{
background-color: #3C8D85;
}
.BgClassName
{
background-color: #3C8D85;
}
</style>
border-color css
<style>
span { border-color: #3C8D85; }
span { border-color: rgb(60,141,133); }
td.TdClassName
{
border-color: #3C8D85;
}
.TagClassName
{
border-color: #3C8D85;
}
</style>