Shades of Lochinvar #3D877C
Tints of Lochinvar #3D877C
RGB
CMYK
RGB Variations
Color information
#3D877C (or 0x3D877C) is known color: Lochinvar. HEX triplet: 3D, 87 and 7C. RGB value is (61,135,124). Sum of RGB (Red+Green+Blue) = 61+135+124=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 135 - color contains mainly: green. Hex color #3D877C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D877C is #C27883. Grayscale: #6F6F6F. Windows color (decimal): -12744836 or 8161085. OLE color: 8161085.
HSL color Cylindrical-coordinate representation of color #3D877C: hue angle of 171.08º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D877C is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 135 | 124 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.47 |
| HSL | 171.08º | 0.38% | 0.38% | - |
| HSV(B) | 171.08º | 0.55% | 0.53% | - |
| XYZ | 14.23 | 19.78 | 22.14 | - |
| YUV | 111.62 | 134.98 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 135 | 124 | 0.55 | 0 | 0.08 | 0.47 | 171.08 | 0.38 | 0.38 |
| Hex | 3D | 87 | 7C | 37 | 0 | 8 | 2F | AB | 26 | 26 |
| Octal | 75 | 207 | 174 | 67 | 0 | 10 | 57 | 253 | 46 | 46 |
| Binary | 111101 | 10000111 | 1111100 | 110111 | 0 | 1000 | 101111 | 10101011 | 100110 | 100110 |
Color Harmonies of #3D877C
Complementary color
Monochromatic Colors of #3D877C
Black with #3D877C
Text Example
Text Example
White with #3D877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D877C; }
p { color: rgb(61,135,124); }
H1.HeaderClassName
{
color: #3D877C;
}
.AnyTagClassName
{
color: #3D877C;
}
</style>
background-color css
<style>
a { background-color: #3D877C; }
a { background-color: rgb(61,135,124); }
div.DivClassName
{
background-color: #3D877C;
}
.BgClassName
{
background-color: #3D877C;
}
</style>
border-color css
<style>
span { border-color: #3D877C; }
span { border-color: rgb(61,135,124); }
td.TdClassName
{
border-color: #3D877C;
}
.TagClassName
{
border-color: #3D877C;
}
</style>