Shades of Lochinvar #43918A
Tints of Lochinvar #43918A
RGB
CMYK
RGB Variations
Color information
#43918A (or 0x43918A) is known color: Lochinvar. HEX triplet: 43, 91 and 8A. RGB value is (67,145,138). Sum of RGB (Red+Green+Blue) = 67+145+138=350 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.14% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 145 - color contains mainly: green. Hex color #43918A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43918A is #BC6E75. Grayscale: #787878. Windows color (decimal): -12349046 or 9081155. OLE color: 9081155.
HSL color Cylindrical-coordinate representation of color #43918A: hue angle of 174.62º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #43918A is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 145 | 138 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.43 |
| HSL | 174.62º | 0.37% | 0.42% | - |
| HSV(B) | 174.62º | 0.54% | 0.57% | - |
| XYZ | 17.03 | 23.28 | 27.64 | - |
| YUV | 120.88 | 137.66 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 145 | 138 | 0.54 | 0 | 0.05 | 0.43 | 174.62 | 0.37 | 0.42 |
| Hex | 43 | 91 | 8A | 36 | 0 | 5 | 2B | AF | 25 | 2A |
| Octal | 103 | 221 | 212 | 66 | 0 | 5 | 53 | 257 | 45 | 52 |
| Binary | 1000011 | 10010001 | 10001010 | 110110 | 0 | 101 | 101011 | 10101111 | 100101 | 101010 |
Color Harmonies of #43918A
Complementary color
Monochromatic Colors of #43918A
Black with #43918A
Text Example
Text Example
White with #43918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43918A; }
p { color: rgb(67,145,138); }
H1.HeaderClassName
{
color: #43918A;
}
.AnyTagClassName
{
color: #43918A;
}
</style>
background-color css
<style>
a { background-color: #43918A; }
a { background-color: rgb(67,145,138); }
div.DivClassName
{
background-color: #43918A;
}
.BgClassName
{
background-color: #43918A;
}
</style>
border-color css
<style>
span { border-color: #43918A; }
span { border-color: rgb(67,145,138); }
td.TdClassName
{
border-color: #43918A;
}
.TagClassName
{
border-color: #43918A;
}
</style>