Shades of Lochinvar #3A8780
Tints of Lochinvar #3A8780
RGB
CMYK
RGB Variations
Color information
#3A8780 (or 0x3A8780) is known color: Lochinvar. HEX triplet: 3A, 87 and 80. RGB value is (58,135,128). Sum of RGB (Red+Green+Blue) = 58+135+128=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 135 - color contains mainly: green. Hex color #3A8780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8780 is #C5787F. Grayscale: #6F6F6F. Windows color (decimal): -12941440 or 8423226. OLE color: 8423226.
HSL color Cylindrical-coordinate representation of color #3A8780: hue angle of 174.55º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A8780 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 135 | 128 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.47 |
| HSL | 174.55º | 0.4% | 0.38% | - |
| HSV(B) | 174.55º | 0.57% | 0.53% | - |
| XYZ | 14.31 | 19.79 | 23.49 | - |
| YUV | 111.18 | 137.49 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 135 | 128 | 0.57 | 0 | 0.05 | 0.47 | 174.55 | 0.4 | 0.38 |
| Hex | 3A | 87 | 80 | 39 | 0 | 5 | 2F | AF | 28 | 26 |
| Octal | 72 | 207 | 200 | 71 | 0 | 5 | 57 | 257 | 50 | 46 |
| Binary | 111010 | 10000111 | 10000000 | 111001 | 0 | 101 | 101111 | 10101111 | 101000 | 100110 |
Color Harmonies of #3A8780
Complementary color
Monochromatic Colors of #3A8780
Black with #3A8780
Text Example
Text Example
White with #3A8780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8780; }
p { color: rgb(58,135,128); }
H1.HeaderClassName
{
color: #3A8780;
}
.AnyTagClassName
{
color: #3A8780;
}
</style>
background-color css
<style>
a { background-color: #3A8780; }
a { background-color: rgb(58,135,128); }
div.DivClassName
{
background-color: #3A8780;
}
.BgClassName
{
background-color: #3A8780;
}
</style>
border-color css
<style>
span { border-color: #3A8780; }
span { border-color: rgb(58,135,128); }
td.TdClassName
{
border-color: #3A8780;
}
.TagClassName
{
border-color: #3A8780;
}
</style>