Shades of Lochinvar #3D927E
Tints of Lochinvar #3D927E
RGB
CMYK
RGB Variations
Color information
#3D927E (or 0x3D927E) is known color: Lochinvar. HEX triplet: 3D, 92 and 7E. RGB value is (61,146,126). Sum of RGB (Red+Green+Blue) = 61+146+126=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 146 - color contains mainly: green. Hex color #3D927E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D927E is #C26D81. Grayscale: #767676. Windows color (decimal): -12742018 or 8294973. OLE color: 8294973.
HSL color Cylindrical-coordinate representation of color #3D927E: hue angle of 165.88º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D927E is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 61 | 146 | 126 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.43 |
| HSL | 165.88º | 0.41% | 0.41% | - |
| HSV(B) | 165.88º | 0.58% | 0.57% | - |
| XYZ | 15.97 | 23.06 | 23.35 | - |
| YUV | 118.31 | 132.34 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 146 | 126 | 0.58 | 0 | 0.14 | 0.43 | 165.88 | 0.41 | 0.41 |
| Hex | 3D | 92 | 7E | 3A | 0 | E | 2B | A6 | 29 | 29 |
| Octal | 75 | 222 | 176 | 72 | 0 | 16 | 53 | 246 | 51 | 51 |
| Binary | 111101 | 10010010 | 1111110 | 111010 | 0 | 1110 | 101011 | 10100110 | 101001 | 101001 |
Color Harmonies of #3D927E
Complementary color
Monochromatic Colors of #3D927E
Black with #3D927E
Text Example
Text Example
White with #3D927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D927E; }
p { color: rgb(61,146,126); }
H1.HeaderClassName
{
color: #3D927E;
}
.AnyTagClassName
{
color: #3D927E;
}
</style>
background-color css
<style>
a { background-color: #3D927E; }
a { background-color: rgb(61,146,126); }
div.DivClassName
{
background-color: #3D927E;
}
.BgClassName
{
background-color: #3D927E;
}
</style>
border-color css
<style>
span { border-color: #3D927E; }
span { border-color: rgb(61,146,126); }
td.TdClassName
{
border-color: #3D927E;
}
.TagClassName
{
border-color: #3D927E;
}
</style>