Shades of Lochinvar #3D917D
Tints of Lochinvar #3D917D
RGB
CMYK
RGB Variations
Color information
#3D917D (or 0x3D917D) is known color: Lochinvar. HEX triplet: 3D, 91 and 7D. RGB value is (61,145,125). Sum of RGB (Red+Green+Blue) = 61+145+125=331 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.43% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #3D917D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D917D is #C26E82. Grayscale: #757575. Windows color (decimal): -12742275 or 8229181. OLE color: 8229181.
HSL color Cylindrical-coordinate representation of color #3D917D: hue angle of 165.71º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D917D is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 61 | 145 | 125 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.43 |
| HSL | 165.71º | 0.41% | 0.4% | - |
| HSV(B) | 165.71º | 0.58% | 0.57% | - |
| XYZ | 15.75 | 22.72 | 22.96 | - |
| YUV | 117.6 | 132.17 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 145 | 125 | 0.58 | 0 | 0.14 | 0.43 | 165.71 | 0.41 | 0.4 |
| Hex | 3D | 91 | 7D | 3A | 0 | E | 2B | A6 | 29 | 28 |
| Octal | 75 | 221 | 175 | 72 | 0 | 16 | 53 | 246 | 51 | 50 |
| Binary | 111101 | 10010001 | 1111101 | 111010 | 0 | 1110 | 101011 | 10100110 | 101001 | 101000 |
Color Harmonies of #3D917D
Complementary color
Monochromatic Colors of #3D917D
Black with #3D917D
Text Example
Text Example
White with #3D917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D917D; }
p { color: rgb(61,145,125); }
H1.HeaderClassName
{
color: #3D917D;
}
.AnyTagClassName
{
color: #3D917D;
}
</style>
background-color css
<style>
a { background-color: #3D917D; }
a { background-color: rgb(61,145,125); }
div.DivClassName
{
background-color: #3D917D;
}
.BgClassName
{
background-color: #3D917D;
}
</style>
border-color css
<style>
span { border-color: #3D917D; }
span { border-color: rgb(61,145,125); }
td.TdClassName
{
border-color: #3D917D;
}
.TagClassName
{
border-color: #3D917D;
}
</style>