Shades of Lochinvar #43947F
Tints of Lochinvar #43947F
RGB
CMYK
RGB Variations
Color information
#43947F (or 0x43947F) is known color: Lochinvar. HEX triplet: 43, 94 and 7F. RGB value is (67,148,127). Sum of RGB (Red+Green+Blue) = 67+148+127=342 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.59% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #43947F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43947F is #BC6B80. Grayscale: #797979. Windows color (decimal): -12348289 or 8361027. OLE color: 8361027.
HSL color Cylindrical-coordinate representation of color #43947F: hue angle of 164.44º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #43947F is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 148 | 127 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.42 |
| HSL | 164.44º | 0.38% | 0.42% | - |
| HSV(B) | 164.44º | 0.55% | 0.58% | - |
| XYZ | 16.74 | 23.91 | 23.81 | - |
| YUV | 121.39 | 131.16 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 148 | 127 | 0.55 | 0 | 0.14 | 0.42 | 164.44 | 0.38 | 0.42 |
| Hex | 43 | 94 | 7F | 37 | 0 | E | 2A | A4 | 26 | 2A |
| Octal | 103 | 224 | 177 | 67 | 0 | 16 | 52 | 244 | 46 | 52 |
| Binary | 1000011 | 10010100 | 1111111 | 110111 | 0 | 1110 | 101010 | 10100100 | 100110 | 101010 |
Color Harmonies of #43947F
Complementary color
Monochromatic Colors of #43947F
Black with #43947F
Text Example
Text Example
White with #43947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43947F; }
p { color: rgb(67,148,127); }
H1.HeaderClassName
{
color: #43947F;
}
.AnyTagClassName
{
color: #43947F;
}
</style>
background-color css
<style>
a { background-color: #43947F; }
a { background-color: rgb(67,148,127); }
div.DivClassName
{
background-color: #43947F;
}
.BgClassName
{
background-color: #43947F;
}
</style>
border-color css
<style>
span { border-color: #43947F; }
span { border-color: rgb(67,148,127); }
td.TdClassName
{
border-color: #43947F;
}
.TagClassName
{
border-color: #43947F;
}
</style>