Shades of Lochinvar #40857F
Tints of Lochinvar #40857F
RGB
CMYK
RGB Variations
Color information
#40857F (or 0x40857F) is known color: Lochinvar. HEX triplet: 40, 85 and 7F. RGB value is (64,133,127). Sum of RGB (Red+Green+Blue) = 64+133+127=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 133 - color contains mainly: green. Hex color #40857F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40857F is #BF7A80. Grayscale: #6F6F6F. Windows color (decimal): -12548737 or 8357184. OLE color: 8357184.
HSL color Cylindrical-coordinate representation of color #40857F: hue angle of 174.78º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40857F is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 133 | 127 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.48 |
| HSL | 174.78º | 0.35% | 0.39% | - |
| HSV(B) | 174.78º | 0.52% | 0.52% | - |
| XYZ | 14.33 | 19.4 | 23.07 | - |
| YUV | 111.69 | 136.64 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 133 | 127 | 0.52 | 0 | 0.05 | 0.48 | 174.78 | 0.35 | 0.39 |
| Hex | 40 | 85 | 7F | 34 | 0 | 5 | 30 | AF | 23 | 27 |
| Octal | 100 | 205 | 177 | 64 | 0 | 5 | 60 | 257 | 43 | 47 |
| Binary | 1000000 | 10000101 | 1111111 | 110100 | 0 | 101 | 110000 | 10101111 | 100011 | 100111 |
Color Harmonies of #40857F
Complementary color
Monochromatic Colors of #40857F
Black with #40857F
Text Example
Text Example
White with #40857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40857F; }
p { color: rgb(64,133,127); }
H1.HeaderClassName
{
color: #40857F;
}
.AnyTagClassName
{
color: #40857F;
}
</style>
background-color css
<style>
a { background-color: #40857F; }
a { background-color: rgb(64,133,127); }
div.DivClassName
{
background-color: #40857F;
}
.BgClassName
{
background-color: #40857F;
}
</style>
border-color css
<style>
span { border-color: #40857F; }
span { border-color: rgb(64,133,127); }
td.TdClassName
{
border-color: #40857F;
}
.TagClassName
{
border-color: #40857F;
}
</style>