Shades of Lochinvar #47937F
Tints of Lochinvar #47937F
RGB
CMYK
RGB Variations
Color information
#47937F (or 0x47937F) is known color: Lochinvar. HEX triplet: 47, 93 and 7F. RGB value is (71,147,127). Sum of RGB (Red+Green+Blue) = 71+147+127=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 147 - color contains mainly: green. Hex color #47937F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47937F is #B86C80. Grayscale: #797979. Windows color (decimal): -12086401 or 8360775. OLE color: 8360775.
HSL color Cylindrical-coordinate representation of color #47937F: hue angle of 164.21º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47937F is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 147 | 127 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.42 |
| HSL | 164.21º | 0.35% | 0.43% | - |
| HSV(B) | 164.21º | 0.52% | 0.58% | - |
| XYZ | 16.86 | 23.74 | 23.77 | - |
| YUV | 122 | 130.82 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 147 | 127 | 0.52 | 0 | 0.14 | 0.42 | 164.21 | 0.35 | 0.43 |
| Hex | 47 | 93 | 7F | 34 | 0 | E | 2A | A4 | 23 | 2B |
| Octal | 107 | 223 | 177 | 64 | 0 | 16 | 52 | 244 | 43 | 53 |
| Binary | 1000111 | 10010011 | 1111111 | 110100 | 0 | 1110 | 101010 | 10100100 | 100011 | 101011 |
Color Harmonies of #47937F
Complementary color
Monochromatic Colors of #47937F
Black with #47937F
Text Example
Text Example
White with #47937F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47937F; }
p { color: rgb(71,147,127); }
H1.HeaderClassName
{
color: #47937F;
}
.AnyTagClassName
{
color: #47937F;
}
</style>
background-color css
<style>
a { background-color: #47937F; }
a { background-color: rgb(71,147,127); }
div.DivClassName
{
background-color: #47937F;
}
.BgClassName
{
background-color: #47937F;
}
</style>
border-color css
<style>
span { border-color: #47937F; }
span { border-color: rgb(71,147,127); }
td.TdClassName
{
border-color: #47937F;
}
.TagClassName
{
border-color: #47937F;
}
</style>