Shades of Lochinvar #43917F
Tints of Lochinvar #43917F
RGB
CMYK
RGB Variations
Color information
#43917F (or 0x43917F) is known color: Lochinvar. HEX triplet: 43, 91 and 7F. RGB value is (67,145,127). Sum of RGB (Red+Green+Blue) = 67+145+127=339 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.76% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 145 - color contains mainly: green. Hex color #43917F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43917F is #BC6E80. Grayscale: #777777. Windows color (decimal): -12349057 or 8360259. OLE color: 8360259.
HSL color Cylindrical-coordinate representation of color #43917F: hue angle of 166.15º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #43917F is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 145 | 127 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.43 |
| HSL | 166.15º | 0.37% | 0.42% | - |
| HSV(B) | 166.15º | 0.54% | 0.57% | - |
| XYZ | 16.27 | 22.98 | 23.66 | - |
| YUV | 119.63 | 132.16 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 145 | 127 | 0.54 | 0 | 0.12 | 0.43 | 166.15 | 0.37 | 0.42 |
| Hex | 43 | 91 | 7F | 36 | 0 | C | 2B | A6 | 25 | 2A |
| Octal | 103 | 221 | 177 | 66 | 0 | 14 | 53 | 246 | 45 | 52 |
| Binary | 1000011 | 10010001 | 1111111 | 110110 | 0 | 1100 | 101011 | 10100110 | 100101 | 101010 |
Color Harmonies of #43917F
Complementary color
Monochromatic Colors of #43917F
Black with #43917F
Text Example
Text Example
White with #43917F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43917F; }
p { color: rgb(67,145,127); }
H1.HeaderClassName
{
color: #43917F;
}
.AnyTagClassName
{
color: #43917F;
}
</style>
background-color css
<style>
a { background-color: #43917F; }
a { background-color: rgb(67,145,127); }
div.DivClassName
{
background-color: #43917F;
}
.BgClassName
{
background-color: #43917F;
}
</style>
border-color css
<style>
span { border-color: #43917F; }
span { border-color: rgb(67,145,127); }
td.TdClassName
{
border-color: #43917F;
}
.TagClassName
{
border-color: #43917F;
}
</style>