Shades of Lochinvar #4C917D
Tints of Lochinvar #4C917D
RGB
CMYK
RGB Variations
Color information
#4C917D (or 0x4C917D) is known color: Lochinvar. HEX triplet: 4C, 91 and 7D. RGB value is (76,145,125). Sum of RGB (Red+Green+Blue) = 76+145+125=346 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.97% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 145 - color contains mainly: green. Hex color #4C917D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C917D is #B36E82. Grayscale: #7A7A7A. Windows color (decimal): -11759235 or 8229196. OLE color: 8229196.
HSL color Cylindrical-coordinate representation of color #4C917D: hue angle of 162.61º 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 #4C917D is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 76 | 145 | 125 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.43 |
| HSL | 162.61º | 0.31% | 0.43% | - |
| HSV(B) | 162.61º | 0.48% | 0.57% | - |
| XYZ | 16.81 | 23.27 | 23.01 | - |
| YUV | 122.09 | 129.64 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 145 | 125 | 0.48 | 0 | 0.14 | 0.43 | 162.61 | 0.31 | 0.43 |
| Hex | 4C | 91 | 7D | 30 | 0 | E | 2B | A3 | 1F | 2B |
| Octal | 114 | 221 | 175 | 60 | 0 | 16 | 53 | 243 | 37 | 53 |
| Binary | 1001100 | 10010001 | 1111101 | 110000 | 0 | 1110 | 101011 | 10100011 | 11111 | 101011 |
Color Harmonies of #4C917D
Complementary color
Monochromatic Colors of #4C917D
Black with #4C917D
Text Example
Text Example
White with #4C917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C917D; }
p { color: rgb(76,145,125); }
H1.HeaderClassName
{
color: #4C917D;
}
.AnyTagClassName
{
color: #4C917D;
}
</style>
background-color css
<style>
a { background-color: #4C917D; }
a { background-color: rgb(76,145,125); }
div.DivClassName
{
background-color: #4C917D;
}
.BgClassName
{
background-color: #4C917D;
}
</style>
border-color css
<style>
span { border-color: #4C917D; }
span { border-color: rgb(76,145,125); }
td.TdClassName
{
border-color: #4C917D;
}
.TagClassName
{
border-color: #4C917D;
}
</style>