Shades of Lochinvar #4D9B8A
Tints of Lochinvar #4D9B8A
RGB
CMYK
RGB Variations
Color information
#4D9B8A (or 0x4D9B8A) is known color: Lochinvar. HEX triplet: 4D, 9B and 8A. RGB value is (77,155,138). Sum of RGB (Red+Green+Blue) = 77+155+138=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 155 - color contains mainly: green. Hex color #4D9B8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9B8A is #B26475. Grayscale: #818181. Windows color (decimal): -11691126 or 9083725. OLE color: 9083725.
HSL color Cylindrical-coordinate representation of color #4D9B8A: hue angle of 166.92º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D9B8A is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 155 | 138 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.39 |
| HSL | 166.92º | 0.34% | 0.45% | - |
| HSV(B) | 166.92º | 0.5% | 0.61% | - |
| XYZ | 19.37 | 26.86 | 28.21 | - |
| YUV | 129.74 | 132.66 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 155 | 138 | 0.50 | 0 | 0.11 | 0.39 | 166.92 | 0.34 | 0.45 |
| Hex | 4D | 9B | 8A | 32 | 0 | B | 27 | A7 | 22 | 2D |
| Octal | 115 | 233 | 212 | 62 | 0 | 13 | 47 | 247 | 42 | 55 |
| Binary | 1001101 | 10011011 | 10001010 | 110010 | 0 | 1011 | 100111 | 10100111 | 100010 | 101101 |
Color Harmonies of #4D9B8A
Complementary color
Monochromatic Colors of #4D9B8A
Black with #4D9B8A
Text Example
Text Example
White with #4D9B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9B8A; }
p { color: rgb(77,155,138); }
H1.HeaderClassName
{
color: #4D9B8A;
}
.AnyTagClassName
{
color: #4D9B8A;
}
</style>
background-color css
<style>
a { background-color: #4D9B8A; }
a { background-color: rgb(77,155,138); }
div.DivClassName
{
background-color: #4D9B8A;
}
.BgClassName
{
background-color: #4D9B8A;
}
</style>
border-color css
<style>
span { border-color: #4D9B8A; }
span { border-color: rgb(77,155,138); }
td.TdClassName
{
border-color: #4D9B8A;
}
.TagClassName
{
border-color: #4D9B8A;
}
</style>