Shades of Lochinvar #45887E
Tints of Lochinvar #45887E
RGB
CMYK
RGB Variations
Color information
#45887E (or 0x45887E) is known color: Lochinvar. HEX triplet: 45, 88 and 7E. RGB value is (69,136,126). Sum of RGB (Red+Green+Blue) = 69+136+126=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 136 - color contains mainly: green. Hex color #45887E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45887E is #BA7781. Grayscale: #727272. Windows color (decimal): -12220290 or 8292421. OLE color: 8292421.
HSL color Cylindrical-coordinate representation of color #45887E: hue angle of 171.04º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #45887E is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 136 | 126 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.47 |
| HSL | 171.04º | 0.33% | 0.4% | - |
| HSV(B) | 171.04º | 0.49% | 0.53% | - |
| XYZ | 15.02 | 20.38 | 22.88 | - |
| YUV | 114.83 | 134.3 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 136 | 126 | 0.49 | 0 | 0.07 | 0.47 | 171.04 | 0.33 | 0.4 |
| Hex | 45 | 88 | 7E | 31 | 0 | 7 | 2F | AB | 21 | 28 |
| Octal | 105 | 210 | 176 | 61 | 0 | 7 | 57 | 253 | 41 | 50 |
| Binary | 1000101 | 10001000 | 1111110 | 110001 | 0 | 111 | 101111 | 10101011 | 100001 | 101000 |
Color Harmonies of #45887E
Complementary color
Monochromatic Colors of #45887E
Black with #45887E
Text Example
Text Example
White with #45887E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45887E; }
p { color: rgb(69,136,126); }
H1.HeaderClassName
{
color: #45887E;
}
.AnyTagClassName
{
color: #45887E;
}
</style>
background-color css
<style>
a { background-color: #45887E; }
a { background-color: rgb(69,136,126); }
div.DivClassName
{
background-color: #45887E;
}
.BgClassName
{
background-color: #45887E;
}
</style>
border-color css
<style>
span { border-color: #45887E; }
span { border-color: rgb(69,136,126); }
td.TdClassName
{
border-color: #45887E;
}
.TagClassName
{
border-color: #45887E;
}
</style>