Shades of Lochinvar #3D958A
Tints of Lochinvar #3D958A
RGB
CMYK
RGB Variations
Color information
#3D958A (or 0x3D958A) is known color: Lochinvar. HEX triplet: 3D, 95 and 8A. RGB value is (61,149,138). Sum of RGB (Red+Green+Blue) = 61+149+138=348 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.53% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 149 - color contains mainly: green. Hex color #3D958A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D958A is #C26A75. Grayscale: #797979. Windows color (decimal): -12741238 or 9082173. OLE color: 9082173.
HSL color Cylindrical-coordinate representation of color #3D958A: hue angle of 172.5º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D958A is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 149 | 138 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.42 |
| HSL | 172.5º | 0.42% | 0.41% | - |
| HSV(B) | 172.5º | 0.59% | 0.58% | - |
| XYZ | 17.26 | 24.32 | 27.83 | - |
| YUV | 121.43 | 137.35 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 149 | 138 | 0.59 | 0 | 0.07 | 0.42 | 172.5 | 0.42 | 0.41 |
| Hex | 3D | 95 | 8A | 3B | 0 | 7 | 2A | AC | 2A | 29 |
| Octal | 75 | 225 | 212 | 73 | 0 | 7 | 52 | 254 | 52 | 51 |
| Binary | 111101 | 10010101 | 10001010 | 111011 | 0 | 111 | 101010 | 10101100 | 101010 | 101001 |
Color Harmonies of #3D958A
Complementary color
Monochromatic Colors of #3D958A
Black with #3D958A
Text Example
Text Example
White with #3D958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D958A; }
p { color: rgb(61,149,138); }
H1.HeaderClassName
{
color: #3D958A;
}
.AnyTagClassName
{
color: #3D958A;
}
</style>
background-color css
<style>
a { background-color: #3D958A; }
a { background-color: rgb(61,149,138); }
div.DivClassName
{
background-color: #3D958A;
}
.BgClassName
{
background-color: #3D958A;
}
</style>
border-color css
<style>
span { border-color: #3D958A; }
span { border-color: rgb(61,149,138); }
td.TdClassName
{
border-color: #3D958A;
}
.TagClassName
{
border-color: #3D958A;
}
</style>