Shades of Lochinvar #39877E
Tints of Lochinvar #39877E
RGB
CMYK
RGB Variations
Color information
#39877E (or 0x39877E) is known color: Lochinvar. HEX triplet: 39, 87 and 7E. RGB value is (57,135,126). Sum of RGB (Red+Green+Blue) = 57+135+126=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #39877E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39877E is #C67881. Grayscale: #6E6E6E. Windows color (decimal): -13006978 or 8292153. OLE color: 8292153.
HSL color Cylindrical-coordinate representation of color #39877E: hue angle of 173.08º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #39877E is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 57 | 135 | 126 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.47 |
| HSL | 173.08º | 0.41% | 0.38% | - |
| HSV(B) | 173.08º | 0.58% | 0.53% | - |
| XYZ | 14.12 | 19.7 | 22.8 | - |
| YUV | 110.65 | 136.66 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 135 | 126 | 0.58 | 0 | 0.07 | 0.47 | 173.08 | 0.41 | 0.38 |
| Hex | 39 | 87 | 7E | 3A | 0 | 7 | 2F | AD | 29 | 26 |
| Octal | 71 | 207 | 176 | 72 | 0 | 7 | 57 | 255 | 51 | 46 |
| Binary | 111001 | 10000111 | 1111110 | 111010 | 0 | 111 | 101111 | 10101101 | 101001 | 100110 |
Color Harmonies of #39877E
Complementary color
Monochromatic Colors of #39877E
Black with #39877E
Text Example
Text Example
White with #39877E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39877E; }
p { color: rgb(57,135,126); }
H1.HeaderClassName
{
color: #39877E;
}
.AnyTagClassName
{
color: #39877E;
}
</style>
background-color css
<style>
a { background-color: #39877E; }
a { background-color: rgb(57,135,126); }
div.DivClassName
{
background-color: #39877E;
}
.BgClassName
{
background-color: #39877E;
}
</style>
border-color css
<style>
span { border-color: #39877E; }
span { border-color: rgb(57,135,126); }
td.TdClassName
{
border-color: #39877E;
}
.TagClassName
{
border-color: #39877E;
}
</style>