Shades of Lochinvar #3D927D
Tints of Lochinvar #3D927D
RGB
CMYK
RGB Variations
Color information
#3D927D (or 0x3D927D) is known color: Lochinvar. HEX triplet: 3D, 92 and 7D. RGB value is (61,146,125). Sum of RGB (Red+Green+Blue) = 61+146+125=332 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.37% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #3D927D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D927D is #C26D82. Grayscale: #767676. Windows color (decimal): -12742019 or 8229437. OLE color: 8229437.
HSL color Cylindrical-coordinate representation of color #3D927D: hue angle of 165.18º 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 #3D927D is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 61 | 146 | 125 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.43 |
| HSL | 165.18º | 0.41% | 0.41% | - |
| HSV(B) | 165.18º | 0.58% | 0.57% | - |
| XYZ | 15.91 | 23.03 | 23.01 | - |
| YUV | 118.19 | 131.84 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 146 | 125 | 0.58 | 0 | 0.14 | 0.43 | 165.18 | 0.41 | 0.41 |
| Hex | 3D | 92 | 7D | 3A | 0 | E | 2B | A5 | 29 | 29 |
| Octal | 75 | 222 | 175 | 72 | 0 | 16 | 53 | 245 | 51 | 51 |
| Binary | 111101 | 10010010 | 1111101 | 111010 | 0 | 1110 | 101011 | 10100101 | 101001 | 101001 |
Color Harmonies of #3D927D
Complementary color
Monochromatic Colors of #3D927D
Black with #3D927D
Text Example
Text Example
White with #3D927D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D927D; }
p { color: rgb(61,146,125); }
H1.HeaderClassName
{
color: #3D927D;
}
.AnyTagClassName
{
color: #3D927D;
}
</style>
background-color css
<style>
a { background-color: #3D927D; }
a { background-color: rgb(61,146,125); }
div.DivClassName
{
background-color: #3D927D;
}
.BgClassName
{
background-color: #3D927D;
}
</style>
border-color css
<style>
span { border-color: #3D927D; }
span { border-color: rgb(61,146,125); }
td.TdClassName
{
border-color: #3D927D;
}
.TagClassName
{
border-color: #3D927D;
}
</style>