Shades of Lochinvar #3A8B7A
Tints of Lochinvar #3A8B7A
RGB
CMYK
RGB Variations
Color information
#3A8B7A (or 0x3A8B7A) is known color: Lochinvar. HEX triplet: 3A, 8B and 7A. RGB value is (58,139,122). Sum of RGB (Red+Green+Blue) = 58+139+122=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 139 - color contains mainly: green. Hex color #3A8B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8B7A is #C57485. Grayscale: #707070. Windows color (decimal): -12940422 or 8031034. OLE color: 8031034.
HSL color Cylindrical-coordinate representation of color #3A8B7A: hue angle of 167.41º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8B7A is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 139 | 122 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.45 |
| HSL | 167.41º | 0.41% | 0.39% | - |
| HSV(B) | 167.41º | 0.58% | 0.55% | - |
| XYZ | 14.49 | 20.77 | 21.66 | - |
| YUV | 112.84 | 133.16 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 139 | 122 | 0.58 | 0 | 0.12 | 0.45 | 167.41 | 0.41 | 0.39 |
| Hex | 3A | 8B | 7A | 3A | 0 | C | 2D | A7 | 29 | 27 |
| Octal | 72 | 213 | 172 | 72 | 0 | 14 | 55 | 247 | 51 | 47 |
| Binary | 111010 | 10001011 | 1111010 | 111010 | 0 | 1100 | 101101 | 10100111 | 101001 | 100111 |
Color Harmonies of #3A8B7A
Complementary color
Monochromatic Colors of #3A8B7A
Black with #3A8B7A
Text Example
Text Example
White with #3A8B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8B7A; }
p { color: rgb(58,139,122); }
H1.HeaderClassName
{
color: #3A8B7A;
}
.AnyTagClassName
{
color: #3A8B7A;
}
</style>
background-color css
<style>
a { background-color: #3A8B7A; }
a { background-color: rgb(58,139,122); }
div.DivClassName
{
background-color: #3A8B7A;
}
.BgClassName
{
background-color: #3A8B7A;
}
</style>
border-color css
<style>
span { border-color: #3A8B7A; }
span { border-color: rgb(58,139,122); }
td.TdClassName
{
border-color: #3A8B7A;
}
.TagClassName
{
border-color: #3A8B7A;
}
</style>