Shades of Lochinvar #39887B
Tints of Lochinvar #39887B
RGB
CMYK
RGB Variations
Color information
#39887B (or 0x39887B) is known color: Lochinvar. HEX triplet: 39, 88 and 7B. RGB value is (57,136,123). Sum of RGB (Red+Green+Blue) = 57+136+123=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #39887B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39887B is #C67784. Grayscale: #6E6E6E. Windows color (decimal): -13006725 or 8095801. OLE color: 8095801.
HSL color Cylindrical-coordinate representation of color #39887B: hue angle of 170.13º 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 #39887B is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 57 | 136 | 123 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.47 |
| HSL | 170.13º | 0.41% | 0.38% | - |
| HSV(B) | 170.13º | 0.58% | 0.53% | - |
| XYZ | 14.07 | 19.91 | 21.84 | - |
| YUV | 110.9 | 134.83 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 136 | 123 | 0.58 | 0 | 0.10 | 0.47 | 170.13 | 0.41 | 0.38 |
| Hex | 39 | 88 | 7B | 3A | 0 | A | 2F | AA | 29 | 26 |
| Octal | 71 | 210 | 173 | 72 | 0 | 12 | 57 | 252 | 51 | 46 |
| Binary | 111001 | 10001000 | 1111011 | 111010 | 0 | 1010 | 101111 | 10101010 | 101001 | 100110 |
Color Harmonies of #39887B
Complementary color
Monochromatic Colors of #39887B
Black with #39887B
Text Example
Text Example
White with #39887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39887B; }
p { color: rgb(57,136,123); }
H1.HeaderClassName
{
color: #39887B;
}
.AnyTagClassName
{
color: #39887B;
}
</style>
background-color css
<style>
a { background-color: #39887B; }
a { background-color: rgb(57,136,123); }
div.DivClassName
{
background-color: #39887B;
}
.BgClassName
{
background-color: #39887B;
}
</style>
border-color css
<style>
span { border-color: #39887B; }
span { border-color: rgb(57,136,123); }
td.TdClassName
{
border-color: #39887B;
}
.TagClassName
{
border-color: #39887B;
}
</style>