Shades of Lochinvar #43957C
Tints of Lochinvar #43957C
RGB
CMYK
RGB Variations
Color information
#43957C (or 0x43957C) is known color: Lochinvar. HEX triplet: 43, 95 and 7C. RGB value is (67,149,124). Sum of RGB (Red+Green+Blue) = 67+149+124=340 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.71% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 149 - color contains mainly: green. Hex color #43957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43957C is #BC6A83. Grayscale: #797979. Windows color (decimal): -12348036 or 8164675. OLE color: 8164675.
HSL color Cylindrical-coordinate representation of color #43957C: hue angle of 161.71º 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 #43957C is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 149 | 124 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.42 |
| HSL | 161.71º | 0.38% | 0.42% | - |
| HSV(B) | 161.71º | 0.55% | 0.58% | - |
| XYZ | 16.7 | 24.14 | 22.85 | - |
| YUV | 121.63 | 129.33 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 149 | 124 | 0.55 | 0 | 0.17 | 0.42 | 161.71 | 0.38 | 0.42 |
| Hex | 43 | 95 | 7C | 37 | 0 | 11 | 2A | A2 | 26 | 2A |
| Octal | 103 | 225 | 174 | 67 | 0 | 21 | 52 | 242 | 46 | 52 |
| Binary | 1000011 | 10010101 | 1111100 | 110111 | 0 | 10001 | 101010 | 10100010 | 100110 | 101010 |
Color Harmonies of #43957C
Complementary color
Monochromatic Colors of #43957C
Black with #43957C
Text Example
Text Example
White with #43957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43957C; }
p { color: rgb(67,149,124); }
H1.HeaderClassName
{
color: #43957C;
}
.AnyTagClassName
{
color: #43957C;
}
</style>
background-color css
<style>
a { background-color: #43957C; }
a { background-color: rgb(67,149,124); }
div.DivClassName
{
background-color: #43957C;
}
.BgClassName
{
background-color: #43957C;
}
</style>
border-color css
<style>
span { border-color: #43957C; }
span { border-color: rgb(67,149,124); }
td.TdClassName
{
border-color: #43957C;
}
.TagClassName
{
border-color: #43957C;
}
</style>