Shades of Lochinvar #4C947A
Tints of Lochinvar #4C947A
RGB
CMYK
RGB Variations
Color information
#4C947A (or 0x4C947A) is known color: Lochinvar. HEX triplet: 4C, 94 and 7A. RGB value is (76,148,122). Sum of RGB (Red+Green+Blue) = 76+148+122=346 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.97% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 148 - color contains mainly: green. Hex color #4C947A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C947A is #B36B85. Grayscale: #7B7B7B. Windows color (decimal): -11758470 or 8033356. OLE color: 8033356.
HSL color Cylindrical-coordinate representation of color #4C947A: hue angle of 158.33º 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 #4C947A is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 148 | 122 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.42 |
| HSL | 158.33º | 0.32% | 0.44% | - |
| HSV(B) | 158.33º | 0.49% | 0.58% | - |
| XYZ | 17.08 | 24.12 | 22.17 | - |
| YUV | 123.51 | 127.15 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 148 | 122 | 0.49 | 0 | 0.18 | 0.42 | 158.33 | 0.32 | 0.44 |
| Hex | 4C | 94 | 7A | 31 | 0 | 12 | 2A | 9E | 20 | 2C |
| Octal | 114 | 224 | 172 | 61 | 0 | 22 | 52 | 236 | 40 | 54 |
| Binary | 1001100 | 10010100 | 1111010 | 110001 | 0 | 10010 | 101010 | 10011110 | 100000 | 101100 |
Color Harmonies of #4C947A
Complementary color
Monochromatic Colors of #4C947A
Black with #4C947A
Text Example
Text Example
White with #4C947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C947A; }
p { color: rgb(76,148,122); }
H1.HeaderClassName
{
color: #4C947A;
}
.AnyTagClassName
{
color: #4C947A;
}
</style>
background-color css
<style>
a { background-color: #4C947A; }
a { background-color: rgb(76,148,122); }
div.DivClassName
{
background-color: #4C947A;
}
.BgClassName
{
background-color: #4C947A;
}
</style>
border-color css
<style>
span { border-color: #4C947A; }
span { border-color: rgb(76,148,122); }
td.TdClassName
{
border-color: #4C947A;
}
.TagClassName
{
border-color: #4C947A;
}
</style>