Shades of Lochinvar #3B8B7D
Tints of Lochinvar #3B8B7D
RGB
CMYK
RGB Variations
Color information
#3B8B7D (or 0x3B8B7D) is known color: Lochinvar. HEX triplet: 3B, 8B and 7D. RGB value is (59,139,125). Sum of RGB (Red+Green+Blue) = 59+139+125=323 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.27% from 323); Green value is 139 (54.69% from 255 or 43.03% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 139 - color contains mainly: green. Hex color #3B8B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8B7D is #C47482. Grayscale: #717171. Windows color (decimal): -12874883 or 8227643. OLE color: 8227643.
HSL color Cylindrical-coordinate representation of color #3B8B7D: hue angle of 169.5º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B8B7D is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 59 | 139 | 125 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.45 |
| HSL | 169.5º | 0.4% | 0.39% | - |
| HSV(B) | 169.5º | 0.58% | 0.55% | - |
| XYZ | 14.74 | 20.88 | 22.65 | - |
| YUV | 113.48 | 134.5 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 139 | 125 | 0.58 | 0 | 0.10 | 0.45 | 169.5 | 0.4 | 0.39 |
| Hex | 3B | 8B | 7D | 3A | 0 | A | 2D | AA | 28 | 27 |
| Octal | 73 | 213 | 175 | 72 | 0 | 12 | 55 | 252 | 50 | 47 |
| Binary | 111011 | 10001011 | 1111101 | 111010 | 0 | 1010 | 101101 | 10101010 | 101000 | 100111 |
Color Harmonies of #3B8B7D
Complementary color
Monochromatic Colors of #3B8B7D
Black with #3B8B7D
Text Example
Text Example
White with #3B8B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8B7D; }
p { color: rgb(59,139,125); }
H1.HeaderClassName
{
color: #3B8B7D;
}
.AnyTagClassName
{
color: #3B8B7D;
}
</style>
background-color css
<style>
a { background-color: #3B8B7D; }
a { background-color: rgb(59,139,125); }
div.DivClassName
{
background-color: #3B8B7D;
}
.BgClassName
{
background-color: #3B8B7D;
}
</style>
border-color css
<style>
span { border-color: #3B8B7D; }
span { border-color: rgb(59,139,125); }
td.TdClassName
{
border-color: #3B8B7D;
}
.TagClassName
{
border-color: #3B8B7D;
}
</style>