Shades of Lochinvar #3D8D7B
Tints of Lochinvar #3D8D7B
RGB
CMYK
RGB Variations
Color information
#3D8D7B (or 0x3D8D7B) is known color: Lochinvar. HEX triplet: 3D, 8D and 7B. RGB value is (61,141,123). Sum of RGB (Red+Green+Blue) = 61+141+123=325 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.77% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 141 - color contains mainly: green. Hex color #3D8D7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8D7B is #C27284. Grayscale: #737373. Windows color (decimal): -12743301 or 8097085. OLE color: 8097085.
HSL color Cylindrical-coordinate representation of color #3D8D7B: hue angle of 166.5º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D8D7B is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 141 | 123 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.45 |
| HSL | 166.5º | 0.4% | 0.4% | - |
| HSV(B) | 166.5º | 0.57% | 0.55% | - |
| XYZ | 15.02 | 21.47 | 22.09 | - |
| YUV | 115.03 | 132.5 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 141 | 123 | 0.57 | 0 | 0.13 | 0.45 | 166.5 | 0.4 | 0.4 |
| Hex | 3D | 8D | 7B | 39 | 0 | D | 2D | A6 | 28 | 28 |
| Octal | 75 | 215 | 173 | 71 | 0 | 15 | 55 | 246 | 50 | 50 |
| Binary | 111101 | 10001101 | 1111011 | 111001 | 0 | 1101 | 101101 | 10100110 | 101000 | 101000 |
Color Harmonies of #3D8D7B
Complementary color
Monochromatic Colors of #3D8D7B
Black with #3D8D7B
Text Example
Text Example
White with #3D8D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8D7B; }
p { color: rgb(61,141,123); }
H1.HeaderClassName
{
color: #3D8D7B;
}
.AnyTagClassName
{
color: #3D8D7B;
}
</style>
background-color css
<style>
a { background-color: #3D8D7B; }
a { background-color: rgb(61,141,123); }
div.DivClassName
{
background-color: #3D8D7B;
}
.BgClassName
{
background-color: #3D8D7B;
}
</style>
border-color css
<style>
span { border-color: #3D8D7B; }
span { border-color: rgb(61,141,123); }
td.TdClassName
{
border-color: #3D8D7B;
}
.TagClassName
{
border-color: #3D8D7B;
}
</style>