Shades of Lochinvar #43927F
Tints of Lochinvar #43927F
RGB
CMYK
RGB Variations
Color information
#43927F (or 0x43927F) is known color: Lochinvar. HEX triplet: 43, 92 and 7F. RGB value is (67,146,127). Sum of RGB (Red+Green+Blue) = 67+146+127=340 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.71% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 146 - color contains mainly: green. Hex color #43927F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43927F is #BC6D80. Grayscale: #787878. Windows color (decimal): -12348801 or 8360515. OLE color: 8360515.
HSL color Cylindrical-coordinate representation of color #43927F: hue angle of 165.57º 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 #43927F is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 146 | 127 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.43 |
| HSL | 165.57º | 0.37% | 0.42% | - |
| HSV(B) | 165.57º | 0.54% | 0.57% | - |
| XYZ | 16.42 | 23.28 | 23.71 | - |
| YUV | 120.21 | 131.83 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 146 | 127 | 0.54 | 0 | 0.13 | 0.43 | 165.57 | 0.37 | 0.42 |
| Hex | 43 | 92 | 7F | 36 | 0 | D | 2B | A6 | 25 | 2A |
| Octal | 103 | 222 | 177 | 66 | 0 | 15 | 53 | 246 | 45 | 52 |
| Binary | 1000011 | 10010010 | 1111111 | 110110 | 0 | 1101 | 101011 | 10100110 | 100101 | 101010 |
Color Harmonies of #43927F
Complementary color
Monochromatic Colors of #43927F
Black with #43927F
Text Example
Text Example
White with #43927F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43927F; }
p { color: rgb(67,146,127); }
H1.HeaderClassName
{
color: #43927F;
}
.AnyTagClassName
{
color: #43927F;
}
</style>
background-color css
<style>
a { background-color: #43927F; }
a { background-color: rgb(67,146,127); }
div.DivClassName
{
background-color: #43927F;
}
.BgClassName
{
background-color: #43927F;
}
</style>
border-color css
<style>
span { border-color: #43927F; }
span { border-color: rgb(67,146,127); }
td.TdClassName
{
border-color: #43927F;
}
.TagClassName
{
border-color: #43927F;
}
</style>