Shades of Lochinvar #4DA18F
Tints of Lochinvar #4DA18F
RGB
CMYK
RGB Variations
Color information
#4DA18F (or 0x4DA18F) is known color: Lochinvar. HEX triplet: 4D, A1 and 8F. RGB value is (77,161,143). Sum of RGB (Red+Green+Blue) = 77+161+143=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 161 - color contains mainly: green. Hex color #4DA18F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA18F is #B25E70. Grayscale: #858585. Windows color (decimal): -11689585 or 9412941. OLE color: 9412941.
HSL color Cylindrical-coordinate representation of color #4DA18F: hue angle of 167.14º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA18F is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 161 | 143 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.37 |
| HSL | 167.14º | 0.35% | 0.47% | - |
| HSV(B) | 167.14º | 0.52% | 0.63% | - |
| XYZ | 20.76 | 29.05 | 30.5 | - |
| YUV | 133.83 | 133.17 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 161 | 143 | 0.52 | 0 | 0.11 | 0.37 | 167.14 | 0.35 | 0.47 |
| Hex | 4D | A1 | 8F | 34 | 0 | B | 25 | A7 | 23 | 2F |
| Octal | 115 | 241 | 217 | 64 | 0 | 13 | 45 | 247 | 43 | 57 |
| Binary | 1001101 | 10100001 | 10001111 | 110100 | 0 | 1011 | 100101 | 10100111 | 100011 | 101111 |
Color Harmonies of #4DA18F
Complementary color
Monochromatic Colors of #4DA18F
Black with #4DA18F
Text Example
Text Example
White with #4DA18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA18F; }
p { color: rgb(77,161,143); }
H1.HeaderClassName
{
color: #4DA18F;
}
.AnyTagClassName
{
color: #4DA18F;
}
</style>
background-color css
<style>
a { background-color: #4DA18F; }
a { background-color: rgb(77,161,143); }
div.DivClassName
{
background-color: #4DA18F;
}
.BgClassName
{
background-color: #4DA18F;
}
</style>
border-color css
<style>
span { border-color: #4DA18F; }
span { border-color: rgb(77,161,143); }
td.TdClassName
{
border-color: #4DA18F;
}
.TagClassName
{
border-color: #4DA18F;
}
</style>