Shades of Lochinvar #4D9B8D
Tints of Lochinvar #4D9B8D
RGB
CMYK
RGB Variations
Color information
#4D9B8D (or 0x4D9B8D) is known color: Lochinvar. HEX triplet: 4D, 9B and 8D. RGB value is (77,155,141). Sum of RGB (Red+Green+Blue) = 77+155+141=373 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.64% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 155 - color contains mainly: green. Hex color #4D9B8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9B8D is #B26472. Grayscale: #828282. Windows color (decimal): -11691123 or 9280333. OLE color: 9280333.
HSL color Cylindrical-coordinate representation of color #4D9B8D: hue angle of 169.23º 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 #4D9B8D is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
RGB | 77 | 155 | 141 | - |
CMYK | 0.50 | 0 | 0.09 | 0.39 |
HSL | 169.23º | 0.34% | 0.45% | - |
HSV(B) | 169.23º | 0.5% | 0.61% | - |
XYZ | 19.59 | 26.94 | 29.37 | - |
YUV | 130.08 | 134.16 | 90.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 155 | 141 | 0.50 | 0 | 0.09 | 0.39 | 169.23 | 0.34 | 0.45 |
Hex | 4D | 9B | 8D | 32 | 0 | 9 | 27 | A9 | 22 | 2D |
Octal | 115 | 233 | 215 | 62 | 0 | 11 | 47 | 251 | 42 | 55 |
Binary | 1001101 | 10011011 | 10001101 | 110010 | 0 | 1001 | 100111 | 10101001 | 100010 | 101101 |
Color Harmonies of #4D9B8D
Complementary color
Monochromatic Colors of #4D9B8D
Black with #4D9B8D
Text Example
Text Example
White with #4D9B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9B8D; }
p { color: rgb(77,155,141); }
H1.HeaderClassName
{
color: #4D9B8D;
}
.AnyTagClassName
{
color: #4D9B8D;
}
</style>
background-color css
<style>
a { background-color: #4D9B8D; }
a { background-color: rgb(77,155,141); }
div.DivClassName
{
background-color: #4D9B8D;
}
.BgClassName
{
background-color: #4D9B8D;
}
</style>
border-color css
<style>
span { border-color: #4D9B8D; }
span { border-color: rgb(77,155,141); }
td.TdClassName
{
border-color: #4D9B8D;
}
.TagClassName
{
border-color: #4D9B8D;
}
</style>