Shades of Lochinvar #4D9D90
Tints of Lochinvar #4D9D90
RGB
CMYK
RGB Variations
Color information
#4D9D90 (or 0x4D9D90) is known color: Lochinvar. HEX triplet: 4D, 9D and 90. RGB value is (77,157,144). Sum of RGB (Red+Green+Blue) = 77+157+144=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 157 - color contains mainly: green. Hex color #4D9D90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9D90 is #B2626F. Grayscale: #838383. Windows color (decimal): -11690608 or 9477453. OLE color: 9477453.
HSL color Cylindrical-coordinate representation of color #4D9D90: hue angle of 170.25º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D9D90 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 157 | 144 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.38 |
| HSL | 170.25º | 0.34% | 0.46% | - |
| HSV(B) | 170.25º | 0.51% | 0.62% | - |
| XYZ | 20.15 | 27.71 | 30.67 | - |
| YUV | 131.6 | 135 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 157 | 144 | 0.51 | 0 | 0.08 | 0.38 | 170.25 | 0.34 | 0.46 |
| Hex | 4D | 9D | 90 | 33 | 0 | 8 | 26 | AA | 22 | 2E |
| Octal | 115 | 235 | 220 | 63 | 0 | 10 | 46 | 252 | 42 | 56 |
| Binary | 1001101 | 10011101 | 10010000 | 110011 | 0 | 1000 | 100110 | 10101010 | 100010 | 101110 |
Color Harmonies of #4D9D90
Complementary color
Monochromatic Colors of #4D9D90
Black with #4D9D90
Text Example
Text Example
White with #4D9D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9D90; }
p { color: rgb(77,157,144); }
H1.HeaderClassName
{
color: #4D9D90;
}
.AnyTagClassName
{
color: #4D9D90;
}
</style>
background-color css
<style>
a { background-color: #4D9D90; }
a { background-color: rgb(77,157,144); }
div.DivClassName
{
background-color: #4D9D90;
}
.BgClassName
{
background-color: #4D9D90;
}
</style>
border-color css
<style>
span { border-color: #4D9D90; }
span { border-color: rgb(77,157,144); }
td.TdClassName
{
border-color: #4D9D90;
}
.TagClassName
{
border-color: #4D9D90;
}
</style>