Shades of Lochinvar #4D957B
Tints of Lochinvar #4D957B
RGB
CMYK
RGB Variations
Color information
#4D957B (or 0x4D957B) is known color: Lochinvar. HEX triplet: 4D, 95 and 7B. RGB value is (77,149,123). Sum of RGB (Red+Green+Blue) = 77+149+123=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 149 - color contains mainly: green. Hex color #4D957B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D957B is #B26A84. Grayscale: #7C7C7C. Windows color (decimal): -11692677 or 8099149. OLE color: 8099149.
HSL color Cylindrical-coordinate representation of color #4D957B: 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.48%. Process color model (Four color, CMYK) of #4D957B is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 149 | 123 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.42 |
| HSL | 158.33º | 0.32% | 0.44% | - |
| HSV(B) | 158.33º | 0.48% | 0.58% | - |
| XYZ | 17.38 | 24.5 | 22.55 | - |
| YUV | 124.51 | 127.15 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 149 | 123 | 0.48 | 0 | 0.17 | 0.42 | 158.33 | 0.32 | 0.44 |
| Hex | 4D | 95 | 7B | 30 | 0 | 11 | 2A | 9E | 20 | 2C |
| Octal | 115 | 225 | 173 | 60 | 0 | 21 | 52 | 236 | 40 | 54 |
| Binary | 1001101 | 10010101 | 1111011 | 110000 | 0 | 10001 | 101010 | 10011110 | 100000 | 101100 |
Color Harmonies of #4D957B
Complementary color
Monochromatic Colors of #4D957B
Black with #4D957B
Text Example
Text Example
White with #4D957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D957B; }
p { color: rgb(77,149,123); }
H1.HeaderClassName
{
color: #4D957B;
}
.AnyTagClassName
{
color: #4D957B;
}
</style>
background-color css
<style>
a { background-color: #4D957B; }
a { background-color: rgb(77,149,123); }
div.DivClassName
{
background-color: #4D957B;
}
.BgClassName
{
background-color: #4D957B;
}
</style>
border-color css
<style>
span { border-color: #4D957B; }
span { border-color: rgb(77,149,123); }
td.TdClassName
{
border-color: #4D957B;
}
.TagClassName
{
border-color: #4D957B;
}
</style>