Shades of Lochinvar #338D82
Tints of Lochinvar #338D82
RGB
CMYK
RGB Variations
Color information
#338D82 (or 0x338D82) is known color: Lochinvar. HEX triplet: 33, 8D and 82. RGB value is (51,141,130). Sum of RGB (Red+Green+Blue) = 51+141+130=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 141 - color contains mainly: green. Hex color #338D82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338D82 is #CC727D. Grayscale: #707070. Windows color (decimal): -13398654 or 8555827. OLE color: 8555827.
HSL color Cylindrical-coordinate representation of color #338D82: hue angle of 172.67º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #338D82 is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 141 | 130 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.45 |
| HSL | 172.67º | 0.47% | 0.38% | - |
| HSV(B) | 172.67º | 0.64% | 0.55% | - |
| XYZ | 14.92 | 21.37 | 24.46 | - |
| YUV | 112.84 | 137.68 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 130 | 0.64 | 0 | 0.08 | 0.45 | 172.67 | 0.47 | 0.38 |
| Hex | 33 | 8D | 82 | 40 | 0 | 8 | 2D | AD | 2F | 26 |
| Octal | 63 | 215 | 202 | 100 | 0 | 10 | 55 | 255 | 57 | 46 |
| Binary | 110011 | 10001101 | 10000010 | 1000000 | 0 | 1000 | 101101 | 10101101 | 101111 | 100110 |
Color Harmonies of #338D82
Complementary color
Monochromatic Colors of #338D82
Black with #338D82
Text Example
Text Example
White with #338D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338D82; }
p { color: rgb(51,141,130); }
H1.HeaderClassName
{
color: #338D82;
}
.AnyTagClassName
{
color: #338D82;
}
</style>
background-color css
<style>
a { background-color: #338D82; }
a { background-color: rgb(51,141,130); }
div.DivClassName
{
background-color: #338D82;
}
.BgClassName
{
background-color: #338D82;
}
</style>
border-color css
<style>
span { border-color: #338D82; }
span { border-color: rgb(51,141,130); }
td.TdClassName
{
border-color: #338D82;
}
.TagClassName
{
border-color: #338D82;
}
</style>