Shades of Lochinvar #43837C
Tints of Lochinvar #43837C
RGB
CMYK
RGB Variations
Color information
#43837C (or 0x43837C) is known color: Lochinvar. HEX triplet: 43, 83 and 7C. RGB value is (67,131,124). Sum of RGB (Red+Green+Blue) = 67+131+124=322 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.81% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 131 - color contains mainly: green. Hex color #43837C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43837C is #BC7C83. Grayscale: #6F6F6F. Windows color (decimal): -12352644 or 8160067. OLE color: 8160067.
HSL color Cylindrical-coordinate representation of color #43837C: hue angle of 173.44º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #43837C is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 131 | 124 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.49 |
| HSL | 173.44º | 0.32% | 0.39% | - |
| HSV(B) | 173.44º | 0.49% | 0.51% | - |
| XYZ | 14.07 | 18.88 | 21.97 | - |
| YUV | 111.07 | 135.3 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 131 | 124 | 0.49 | 0 | 0.05 | 0.49 | 173.44 | 0.32 | 0.39 |
| Hex | 43 | 83 | 7C | 31 | 0 | 5 | 31 | AD | 20 | 27 |
| Octal | 103 | 203 | 174 | 61 | 0 | 5 | 61 | 255 | 40 | 47 |
| Binary | 1000011 | 10000011 | 1111100 | 110001 | 0 | 101 | 110001 | 10101101 | 100000 | 100111 |
Color Harmonies of #43837C
Complementary color
Monochromatic Colors of #43837C
Black with #43837C
Text Example
Text Example
White with #43837C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43837C; }
p { color: rgb(67,131,124); }
H1.HeaderClassName
{
color: #43837C;
}
.AnyTagClassName
{
color: #43837C;
}
</style>
background-color css
<style>
a { background-color: #43837C; }
a { background-color: rgb(67,131,124); }
div.DivClassName
{
background-color: #43837C;
}
.BgClassName
{
background-color: #43837C;
}
</style>
border-color css
<style>
span { border-color: #43837C; }
span { border-color: rgb(67,131,124); }
td.TdClassName
{
border-color: #43837C;
}
.TagClassName
{
border-color: #43837C;
}
</style>