Shades of Lochinvar #3B917D
Tints of Lochinvar #3B917D
RGB
CMYK
RGB Variations
Color information
#3B917D (or 0x3B917D) is known color: Lochinvar. HEX triplet: 3B, 91 and 7D. RGB value is (59,145,125). Sum of RGB (Red+Green+Blue) = 59+145+125=329 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.93% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #3B917D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B917D is #C46E82. Grayscale: #757575. Windows color (decimal): -12873347 or 8229179. OLE color: 8229179.
HSL color Cylindrical-coordinate representation of color #3B917D: hue angle of 166.05º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B917D is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 59 | 145 | 125 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.43 |
| HSL | 166.05º | 0.42% | 0.4% | - |
| HSV(B) | 166.05º | 0.59% | 0.57% | - |
| XYZ | 15.63 | 22.66 | 22.95 | - |
| YUV | 117.01 | 132.51 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 145 | 125 | 0.59 | 0 | 0.14 | 0.43 | 166.05 | 0.42 | 0.4 |
| Hex | 3B | 91 | 7D | 3B | 0 | E | 2B | A6 | 2A | 28 |
| Octal | 73 | 221 | 175 | 73 | 0 | 16 | 53 | 246 | 52 | 50 |
| Binary | 111011 | 10010001 | 1111101 | 111011 | 0 | 1110 | 101011 | 10100110 | 101010 | 101000 |
Color Harmonies of #3B917D
Complementary color
Monochromatic Colors of #3B917D
Black with #3B917D
Text Example
Text Example
White with #3B917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B917D; }
p { color: rgb(59,145,125); }
H1.HeaderClassName
{
color: #3B917D;
}
.AnyTagClassName
{
color: #3B917D;
}
</style>
background-color css
<style>
a { background-color: #3B917D; }
a { background-color: rgb(59,145,125); }
div.DivClassName
{
background-color: #3B917D;
}
.BgClassName
{
background-color: #3B917D;
}
</style>
border-color css
<style>
span { border-color: #3B917D; }
span { border-color: rgb(59,145,125); }
td.TdClassName
{
border-color: #3B917D;
}
.TagClassName
{
border-color: #3B917D;
}
</style>