Shades of Lochinvar #43907C
Tints of Lochinvar #43907C
RGB
CMYK
RGB Variations
Color information
#43907C (or 0x43907C) is known color: Lochinvar. HEX triplet: 43, 90 and 7C. RGB value is (67,144,124). Sum of RGB (Red+Green+Blue) = 67+144+124=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #43907C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43907C is #BC6F83. Grayscale: #767676. Windows color (decimal): -12349316 or 8163395. OLE color: 8163395.
HSL color Cylindrical-coordinate representation of color #43907C: hue angle of 164.42º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #43907C is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 144 | 124 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.44 |
| HSL | 164.42º | 0.36% | 0.41% | - |
| HSV(B) | 164.42º | 0.53% | 0.56% | - |
| XYZ | 15.93 | 22.6 | 22.59 | - |
| YUV | 118.7 | 130.99 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 144 | 124 | 0.53 | 0 | 0.14 | 0.44 | 164.42 | 0.36 | 0.41 |
| Hex | 43 | 90 | 7C | 35 | 0 | E | 2C | A4 | 24 | 29 |
| Octal | 103 | 220 | 174 | 65 | 0 | 16 | 54 | 244 | 44 | 51 |
| Binary | 1000011 | 10010000 | 1111100 | 110101 | 0 | 1110 | 101100 | 10100100 | 100100 | 101001 |
Color Harmonies of #43907C
Complementary color
Monochromatic Colors of #43907C
Black with #43907C
Text Example
Text Example
White with #43907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43907C; }
p { color: rgb(67,144,124); }
H1.HeaderClassName
{
color: #43907C;
}
.AnyTagClassName
{
color: #43907C;
}
</style>
background-color css
<style>
a { background-color: #43907C; }
a { background-color: rgb(67,144,124); }
div.DivClassName
{
background-color: #43907C;
}
.BgClassName
{
background-color: #43907C;
}
</style>
border-color css
<style>
span { border-color: #43907C; }
span { border-color: rgb(67,144,124); }
td.TdClassName
{
border-color: #43907C;
}
.TagClassName
{
border-color: #43907C;
}
</style>