Shades of Lochinvar #3D927C
Tints of Lochinvar #3D927C
RGB
CMYK
RGB Variations
Color information
#3D927C (or 0x3D927C) is known color: Lochinvar. HEX triplet: 3D, 92 and 7C. RGB value is (61,146,124). Sum of RGB (Red+Green+Blue) = 61+146+124=331 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.43% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #3D927C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D927C is #C26D83. Grayscale: #767676. Windows color (decimal): -12742020 or 8163901. OLE color: 8163901.
HSL color Cylindrical-coordinate representation of color #3D927C: hue angle of 164.47º 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 #3D927C is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 61 | 146 | 124 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.43 |
| HSL | 164.47º | 0.41% | 0.41% | - |
| HSV(B) | 164.47º | 0.58% | 0.57% | - |
| XYZ | 15.84 | 23.01 | 22.67 | - |
| YUV | 118.08 | 131.34 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 146 | 124 | 0.58 | 0 | 0.15 | 0.43 | 164.47 | 0.41 | 0.41 |
| Hex | 3D | 92 | 7C | 3A | 0 | F | 2B | A4 | 29 | 29 |
| Octal | 75 | 222 | 174 | 72 | 0 | 17 | 53 | 244 | 51 | 51 |
| Binary | 111101 | 10010010 | 1111100 | 111010 | 0 | 1111 | 101011 | 10100100 | 101001 | 101001 |
Color Harmonies of #3D927C
Complementary color
Monochromatic Colors of #3D927C
Black with #3D927C
Text Example
Text Example
White with #3D927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D927C; }
p { color: rgb(61,146,124); }
H1.HeaderClassName
{
color: #3D927C;
}
.AnyTagClassName
{
color: #3D927C;
}
</style>
background-color css
<style>
a { background-color: #3D927C; }
a { background-color: rgb(61,146,124); }
div.DivClassName
{
background-color: #3D927C;
}
.BgClassName
{
background-color: #3D927C;
}
</style>
border-color css
<style>
span { border-color: #3D927C; }
span { border-color: rgb(61,146,124); }
td.TdClassName
{
border-color: #3D927C;
}
.TagClassName
{
border-color: #3D927C;
}
</style>