Shades of Lochinvar #3C8E7D
Tints of Lochinvar #3C8E7D
RGB
CMYK
RGB Variations
Color information
#3C8E7D (or 0x3C8E7D) is known color: Lochinvar. HEX triplet: 3C, 8E and 7D. RGB value is (60,142,125). Sum of RGB (Red+Green+Blue) = 60+142+125=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 142 (55.86% from 255 or 43.43% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 142 - color contains mainly: green. Hex color #3C8E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8E7D is #C37182. Grayscale: #737373. Windows color (decimal): -12808579 or 8228412. OLE color: 8228412.
HSL color Cylindrical-coordinate representation of color #3C8E7D: hue angle of 167.56º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C8E7D is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 142 | 125 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.44 |
| HSL | 167.56º | 0.41% | 0.4% | - |
| HSV(B) | 167.56º | 0.58% | 0.56% | - |
| XYZ | 15.24 | 21.79 | 22.8 | - |
| YUV | 115.54 | 133.33 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 142 | 125 | 0.58 | 0 | 0.12 | 0.44 | 167.56 | 0.41 | 0.4 |
| Hex | 3C | 8E | 7D | 3A | 0 | C | 2C | A8 | 29 | 28 |
| Octal | 74 | 216 | 175 | 72 | 0 | 14 | 54 | 250 | 51 | 50 |
| Binary | 111100 | 10001110 | 1111101 | 111010 | 0 | 1100 | 101100 | 10101000 | 101001 | 101000 |
Color Harmonies of #3C8E7D
Complementary color
Monochromatic Colors of #3C8E7D
Black with #3C8E7D
Text Example
Text Example
White with #3C8E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8E7D; }
p { color: rgb(60,142,125); }
H1.HeaderClassName
{
color: #3C8E7D;
}
.AnyTagClassName
{
color: #3C8E7D;
}
</style>
background-color css
<style>
a { background-color: #3C8E7D; }
a { background-color: rgb(60,142,125); }
div.DivClassName
{
background-color: #3C8E7D;
}
.BgClassName
{
background-color: #3C8E7D;
}
</style>
border-color css
<style>
span { border-color: #3C8E7D; }
span { border-color: rgb(60,142,125); }
td.TdClassName
{
border-color: #3C8E7D;
}
.TagClassName
{
border-color: #3C8E7D;
}
</style>