Shades of Lochinvar #3D8C82
Tints of Lochinvar #3D8C82
RGB
CMYK
RGB Variations
Color information
#3D8C82 (or 0x3D8C82) is known color: Lochinvar. HEX triplet: 3D, 8C and 82. RGB value is (61,140,130). Sum of RGB (Red+Green+Blue) = 61+140+130=331 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.43% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 140 - color contains mainly: green. Hex color #3D8C82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8C82 is #C2737D. Grayscale: #737373. Windows color (decimal): -12743550 or 8555581. OLE color: 8555581.
HSL color Cylindrical-coordinate representation of color #3D8C82: hue angle of 172.41º 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 #3D8C82 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 140 | 130 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.45 |
| HSL | 172.41º | 0.39% | 0.39% | - |
| HSV(B) | 172.41º | 0.56% | 0.55% | - |
| XYZ | 15.33 | 21.36 | 24.43 | - |
| YUV | 115.24 | 136.33 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 140 | 130 | 0.56 | 0 | 0.07 | 0.45 | 172.41 | 0.39 | 0.39 |
| Hex | 3D | 8C | 82 | 38 | 0 | 7 | 2D | AC | 27 | 27 |
| Octal | 75 | 214 | 202 | 70 | 0 | 7 | 55 | 254 | 47 | 47 |
| Binary | 111101 | 10001100 | 10000010 | 111000 | 0 | 111 | 101101 | 10101100 | 100111 | 100111 |
Color Harmonies of #3D8C82
Complementary color
Monochromatic Colors of #3D8C82
Black with #3D8C82
Text Example
Text Example
White with #3D8C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8C82; }
p { color: rgb(61,140,130); }
H1.HeaderClassName
{
color: #3D8C82;
}
.AnyTagClassName
{
color: #3D8C82;
}
</style>
background-color css
<style>
a { background-color: #3D8C82; }
a { background-color: rgb(61,140,130); }
div.DivClassName
{
background-color: #3D8C82;
}
.BgClassName
{
background-color: #3D8C82;
}
</style>
border-color css
<style>
span { border-color: #3D8C82; }
span { border-color: rgb(61,140,130); }
td.TdClassName
{
border-color: #3D8C82;
}
.TagClassName
{
border-color: #3D8C82;
}
</style>