Shades of Lochinvar #43897C
Tints of Lochinvar #43897C
RGB
CMYK
RGB Variations
Color information
#43897C (or 0x43897C) is known color: Lochinvar. HEX triplet: 43, 89 and 7C. RGB value is (67,137,124). Sum of RGB (Red+Green+Blue) = 67+137+124=328 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.43% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 137 - color contains mainly: green. Hex color #43897C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43897C is #BC7683. Grayscale: #727272. Windows color (decimal): -12351108 or 8161603. OLE color: 8161603.
HSL color Cylindrical-coordinate representation of color #43897C: hue angle of 168.86º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #43897C is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 137 | 124 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.46 |
| HSL | 168.86º | 0.34% | 0.4% | - |
| HSV(B) | 168.86º | 0.51% | 0.54% | - |
| XYZ | 14.9 | 20.54 | 22.25 | - |
| YUV | 114.59 | 133.31 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 137 | 124 | 0.51 | 0 | 0.09 | 0.46 | 168.86 | 0.34 | 0.4 |
| Hex | 43 | 89 | 7C | 33 | 0 | 9 | 2E | A9 | 22 | 28 |
| Octal | 103 | 211 | 174 | 63 | 0 | 11 | 56 | 251 | 42 | 50 |
| Binary | 1000011 | 10001001 | 1111100 | 110011 | 0 | 1001 | 101110 | 10101001 | 100010 | 101000 |
Color Harmonies of #43897C
Complementary color
Monochromatic Colors of #43897C
Black with #43897C
Text Example
Text Example
White with #43897C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43897C; }
p { color: rgb(67,137,124); }
H1.HeaderClassName
{
color: #43897C;
}
.AnyTagClassName
{
color: #43897C;
}
</style>
background-color css
<style>
a { background-color: #43897C; }
a { background-color: rgb(67,137,124); }
div.DivClassName
{
background-color: #43897C;
}
.BgClassName
{
background-color: #43897C;
}
</style>
border-color css
<style>
span { border-color: #43897C; }
span { border-color: rgb(67,137,124); }
td.TdClassName
{
border-color: #43897C;
}
.TagClassName
{
border-color: #43897C;
}
</style>