Shades of Lochinvar #3D8C80
Tints of Lochinvar #3D8C80
RGB
CMYK
RGB Variations
Color information
#3D8C80 (or 0x3D8C80) is known color: Lochinvar. HEX triplet: 3D, 8C and 80. RGB value is (61,140,128). Sum of RGB (Red+Green+Blue) = 61+140+128=329 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.54% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 140 - color contains mainly: green. Hex color #3D8C80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8C80 is #C2737F. Grayscale: #727272. Windows color (decimal): -12743552 or 8424509. OLE color: 8424509.
HSL color Cylindrical-coordinate representation of color #3D8C80: hue angle of 170.89º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D8C80 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 140 | 128 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.45 |
| HSL | 170.89º | 0.39% | 0.39% | - |
| HSV(B) | 170.89º | 0.56% | 0.55% | - |
| XYZ | 15.2 | 21.31 | 23.73 | - |
| YUV | 115.01 | 135.33 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 140 | 128 | 0.56 | 0 | 0.09 | 0.45 | 170.89 | 0.39 | 0.39 |
| Hex | 3D | 8C | 80 | 38 | 0 | 9 | 2D | AB | 27 | 27 |
| Octal | 75 | 214 | 200 | 70 | 0 | 11 | 55 | 253 | 47 | 47 |
| Binary | 111101 | 10001100 | 10000000 | 111000 | 0 | 1001 | 101101 | 10101011 | 100111 | 100111 |
Color Harmonies of #3D8C80
Complementary color
Monochromatic Colors of #3D8C80
Black with #3D8C80
Text Example
Text Example
White with #3D8C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8C80; }
p { color: rgb(61,140,128); }
H1.HeaderClassName
{
color: #3D8C80;
}
.AnyTagClassName
{
color: #3D8C80;
}
</style>
background-color css
<style>
a { background-color: #3D8C80; }
a { background-color: rgb(61,140,128); }
div.DivClassName
{
background-color: #3D8C80;
}
.BgClassName
{
background-color: #3D8C80;
}
</style>
border-color css
<style>
span { border-color: #3D8C80; }
span { border-color: rgb(61,140,128); }
td.TdClassName
{
border-color: #3D8C80;
}
.TagClassName
{
border-color: #3D8C80;
}
</style>