Shades of Lochinvar #4C957D
Tints of Lochinvar #4C957D
RGB
CMYK
RGB Variations
Color information
#4C957D (or 0x4C957D) is known color: Lochinvar. HEX triplet: 4C, 95 and 7D. RGB value is (76,149,125). Sum of RGB (Red+Green+Blue) = 76+149+125=350 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.71% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #4C957D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C957D is #B36A82. Grayscale: #7C7C7C. Windows color (decimal): -11758211 or 8230220. OLE color: 8230220.
HSL color Cylindrical-coordinate representation of color #4C957D: hue angle of 160.27º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C957D is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 149 | 125 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.42 |
| HSL | 160.27º | 0.32% | 0.44% | - |
| HSV(B) | 160.27º | 0.49% | 0.58% | - |
| XYZ | 17.43 | 24.51 | 23.21 | - |
| YUV | 124.44 | 128.32 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 149 | 125 | 0.49 | 0 | 0.16 | 0.42 | 160.27 | 0.32 | 0.44 |
| Hex | 4C | 95 | 7D | 31 | 0 | 10 | 2A | A0 | 20 | 2C |
| Octal | 114 | 225 | 175 | 61 | 0 | 20 | 52 | 240 | 40 | 54 |
| Binary | 1001100 | 10010101 | 1111101 | 110001 | 0 | 10000 | 101010 | 10100000 | 100000 | 101100 |
Color Harmonies of #4C957D
Complementary color
Monochromatic Colors of #4C957D
Black with #4C957D
Text Example
Text Example
White with #4C957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C957D; }
p { color: rgb(76,149,125); }
H1.HeaderClassName
{
color: #4C957D;
}
.AnyTagClassName
{
color: #4C957D;
}
</style>
background-color css
<style>
a { background-color: #4C957D; }
a { background-color: rgb(76,149,125); }
div.DivClassName
{
background-color: #4C957D;
}
.BgClassName
{
background-color: #4C957D;
}
</style>
border-color css
<style>
span { border-color: #4C957D; }
span { border-color: rgb(76,149,125); }
td.TdClassName
{
border-color: #4C957D;
}
.TagClassName
{
border-color: #4C957D;
}
</style>