Shades of Lochinvar #3A8A82
Tints of Lochinvar #3A8A82
RGB
CMYK
RGB Variations
Color information
#3A8A82 (or 0x3A8A82) is known color: Lochinvar. HEX triplet: 3A, 8A and 82. RGB value is (58,138,130). Sum of RGB (Red+Green+Blue) = 58+138+130=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8A82 is #C5757D. Grayscale: #717171. Windows color (decimal): -12940670 or 8555066. OLE color: 8555066.
HSL color Cylindrical-coordinate representation of color #3A8A82: hue angle of 174º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8A82 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 138 | 130 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.46 |
| HSL | 174º | 0.41% | 0.38% | - |
| HSV(B) | 174º | 0.58% | 0.54% | - |
| XYZ | 14.86 | 20.69 | 24.33 | - |
| YUV | 113.17 | 137.5 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 138 | 130 | 0.58 | 0 | 0.06 | 0.46 | 174 | 0.41 | 0.38 |
| Hex | 3A | 8A | 82 | 3A | 0 | 6 | 2E | AE | 29 | 26 |
| Octal | 72 | 212 | 202 | 72 | 0 | 6 | 56 | 256 | 51 | 46 |
| Binary | 111010 | 10001010 | 10000010 | 111010 | 0 | 110 | 101110 | 10101110 | 101001 | 100110 |
Color Harmonies of #3A8A82
Complementary color
Monochromatic Colors of #3A8A82
Black with #3A8A82
Text Example
Text Example
White with #3A8A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8A82; }
p { color: rgb(58,138,130); }
H1.HeaderClassName
{
color: #3A8A82;
}
.AnyTagClassName
{
color: #3A8A82;
}
</style>
background-color css
<style>
a { background-color: #3A8A82; }
a { background-color: rgb(58,138,130); }
div.DivClassName
{
background-color: #3A8A82;
}
.BgClassName
{
background-color: #3A8A82;
}
</style>
border-color css
<style>
span { border-color: #3A8A82; }
span { border-color: rgb(58,138,130); }
td.TdClassName
{
border-color: #3A8A82;
}
.TagClassName
{
border-color: #3A8A82;
}
</style>