Shades of Lochinvar #3C8C7D
Tints of Lochinvar #3C8C7D
RGB
CMYK
RGB Variations
Color information
#3C8C7D (or 0x3C8C7D) is known color: Lochinvar. HEX triplet: 3C, 8C and 7D. RGB value is (60,140,125). Sum of RGB (Red+Green+Blue) = 60+140+125=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 140 - color contains mainly: green. Hex color #3C8C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8C7D is #C37382. Grayscale: #727272. Windows color (decimal): -12809091 or 8227900. OLE color: 8227900.
HSL color Cylindrical-coordinate representation of color #3C8C7D: hue angle of 168.75º 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 #3C8C7D is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 140 | 125 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.45 |
| HSL | 168.75º | 0.4% | 0.39% | - |
| HSV(B) | 168.75º | 0.57% | 0.55% | - |
| XYZ | 14.94 | 21.2 | 22.71 | - |
| YUV | 114.37 | 134 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 140 | 125 | 0.57 | 0 | 0.11 | 0.45 | 168.75 | 0.4 | 0.39 |
| Hex | 3C | 8C | 7D | 39 | 0 | B | 2D | A9 | 28 | 27 |
| Octal | 74 | 214 | 175 | 71 | 0 | 13 | 55 | 251 | 50 | 47 |
| Binary | 111100 | 10001100 | 1111101 | 111001 | 0 | 1011 | 101101 | 10101001 | 101000 | 100111 |
Color Harmonies of #3C8C7D
Complementary color
Monochromatic Colors of #3C8C7D
Black with #3C8C7D
Text Example
Text Example
White with #3C8C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8C7D; }
p { color: rgb(60,140,125); }
H1.HeaderClassName
{
color: #3C8C7D;
}
.AnyTagClassName
{
color: #3C8C7D;
}
</style>
background-color css
<style>
a { background-color: #3C8C7D; }
a { background-color: rgb(60,140,125); }
div.DivClassName
{
background-color: #3C8C7D;
}
.BgClassName
{
background-color: #3C8C7D;
}
</style>
border-color css
<style>
span { border-color: #3C8C7D; }
span { border-color: rgb(60,140,125); }
td.TdClassName
{
border-color: #3C8C7D;
}
.TagClassName
{
border-color: #3C8C7D;
}
</style>