Shades of Lochinvar #43887D
Tints of Lochinvar #43887D
RGB
CMYK
RGB Variations
Color information
#43887D (or 0x43887D) is known color: Lochinvar. HEX triplet: 43, 88 and 7D. RGB value is (67,136,125). Sum of RGB (Red+Green+Blue) = 67+136+125=328 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.43% from 328); Green value is 136 (53.52% from 255 or 41.46% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 136 - color contains mainly: green. Hex color #43887D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43887D is #BC7782. Grayscale: #727272. Windows color (decimal): -12351363 or 8226883. OLE color: 8226883.
HSL color Cylindrical-coordinate representation of color #43887D: hue angle of 170.43º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #43887D is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 136 | 125 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.47 |
| HSL | 170.43º | 0.34% | 0.4% | - |
| HSV(B) | 170.43º | 0.51% | 0.53% | - |
| XYZ | 14.82 | 20.28 | 22.54 | - |
| YUV | 114.12 | 134.14 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 136 | 125 | 0.51 | 0 | 0.08 | 0.47 | 170.43 | 0.34 | 0.4 |
| Hex | 43 | 88 | 7D | 33 | 0 | 8 | 2F | AA | 22 | 28 |
| Octal | 103 | 210 | 175 | 63 | 0 | 10 | 57 | 252 | 42 | 50 |
| Binary | 1000011 | 10001000 | 1111101 | 110011 | 0 | 1000 | 101111 | 10101010 | 100010 | 101000 |
Color Harmonies of #43887D
Complementary color
Monochromatic Colors of #43887D
Black with #43887D
Text Example
Text Example
White with #43887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43887D; }
p { color: rgb(67,136,125); }
H1.HeaderClassName
{
color: #43887D;
}
.AnyTagClassName
{
color: #43887D;
}
</style>
background-color css
<style>
a { background-color: #43887D; }
a { background-color: rgb(67,136,125); }
div.DivClassName
{
background-color: #43887D;
}
.BgClassName
{
background-color: #43887D;
}
</style>
border-color css
<style>
span { border-color: #43887D; }
span { border-color: rgb(67,136,125); }
td.TdClassName
{
border-color: #43887D;
}
.TagClassName
{
border-color: #43887D;
}
</style>