Shades of Lochinvar #4C917B
Tints of Lochinvar #4C917B
RGB
CMYK
RGB Variations
Color information
#4C917B (or 0x4C917B) is known color: Lochinvar. HEX triplet: 4C, 91 and 7B. RGB value is (76,145,123). Sum of RGB (Red+Green+Blue) = 76+145+123=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #4C917B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C917B is #B36E84. Grayscale: #797979. Windows color (decimal): -11759237 or 8098124. OLE color: 8098124.
HSL color Cylindrical-coordinate representation of color #4C917B: hue angle of 160.87º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C917B is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 76 | 145 | 123 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.43 |
| HSL | 160.87º | 0.31% | 0.43% | - |
| HSV(B) | 160.87º | 0.48% | 0.57% | - |
| XYZ | 16.68 | 23.22 | 22.34 | - |
| YUV | 121.86 | 128.64 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 145 | 123 | 0.48 | 0 | 0.15 | 0.43 | 160.87 | 0.31 | 0.43 |
| Hex | 4C | 91 | 7B | 30 | 0 | F | 2B | A1 | 1F | 2B |
| Octal | 114 | 221 | 173 | 60 | 0 | 17 | 53 | 241 | 37 | 53 |
| Binary | 1001100 | 10010001 | 1111011 | 110000 | 0 | 1111 | 101011 | 10100001 | 11111 | 101011 |
Color Harmonies of #4C917B
Complementary color
Monochromatic Colors of #4C917B
Black with #4C917B
Text Example
Text Example
White with #4C917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C917B; }
p { color: rgb(76,145,123); }
H1.HeaderClassName
{
color: #4C917B;
}
.AnyTagClassName
{
color: #4C917B;
}
</style>
background-color css
<style>
a { background-color: #4C917B; }
a { background-color: rgb(76,145,123); }
div.DivClassName
{
background-color: #4C917B;
}
.BgClassName
{
background-color: #4C917B;
}
</style>
border-color css
<style>
span { border-color: #4C917B; }
span { border-color: rgb(76,145,123); }
td.TdClassName
{
border-color: #4C917B;
}
.TagClassName
{
border-color: #4C917B;
}
</style>