Shades of Lochinvar #4DA095
Tints of Lochinvar #4DA095
RGB
CMYK
RGB Variations
Color information
#4DA095 (or 0x4DA095) is known color: Lochinvar. HEX triplet: 4D, A0 and 95. RGB value is (77,160,149). Sum of RGB (Red+Green+Blue) = 77+160+149=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 160 - color contains mainly: green. Hex color #4DA095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA095 is #B25F6A. Grayscale: #858585. Windows color (decimal): -11689835 or 9805901. OLE color: 9805901.
HSL color Cylindrical-coordinate representation of color #4DA095: hue angle of 172.05º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA095 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 160 | 149 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.37 |
| HSL | 172.05º | 0.35% | 0.46% | - |
| HSV(B) | 172.05º | 0.52% | 0.63% | - |
| XYZ | 21.06 | 28.89 | 32.9 | - |
| YUV | 133.93 | 136.5 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 160 | 149 | 0.52 | 0 | 0.07 | 0.37 | 172.05 | 0.35 | 0.46 |
| Hex | 4D | A0 | 95 | 34 | 0 | 7 | 25 | AC | 23 | 2E |
| Octal | 115 | 240 | 225 | 64 | 0 | 7 | 45 | 254 | 43 | 56 |
| Binary | 1001101 | 10100000 | 10010101 | 110100 | 0 | 111 | 100101 | 10101100 | 100011 | 101110 |
Color Harmonies of #4DA095
Complementary color
Monochromatic Colors of #4DA095
Black with #4DA095
Text Example
Text Example
White with #4DA095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA095; }
p { color: rgb(77,160,149); }
H1.HeaderClassName
{
color: #4DA095;
}
.AnyTagClassName
{
color: #4DA095;
}
</style>
background-color css
<style>
a { background-color: #4DA095; }
a { background-color: rgb(77,160,149); }
div.DivClassName
{
background-color: #4DA095;
}
.BgClassName
{
background-color: #4DA095;
}
</style>
border-color css
<style>
span { border-color: #4DA095; }
span { border-color: rgb(77,160,149); }
td.TdClassName
{
border-color: #4DA095;
}
.TagClassName
{
border-color: #4DA095;
}
</style>