Shades of Lochinvar #438B7C
Tints of Lochinvar #438B7C
RGB
CMYK
RGB Variations
Color information
#438B7C (or 0x438B7C) is known color: Lochinvar. HEX triplet: 43, 8B and 7C. RGB value is (67,139,124). Sum of RGB (Red+Green+Blue) = 67+139+124=330 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.30% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 139 - color contains mainly: green. Hex color #438B7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438B7C is #BC7483. Grayscale: #737373. Windows color (decimal): -12350596 or 8162115. OLE color: 8162115.
HSL color Cylindrical-coordinate representation of color #438B7C: hue angle of 167.5º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #438B7C is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 139 | 124 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.45 |
| HSL | 167.5º | 0.35% | 0.4% | - |
| HSV(B) | 167.5º | 0.52% | 0.55% | - |
| XYZ | 15.19 | 21.11 | 22.34 | - |
| YUV | 115.76 | 132.65 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 139 | 124 | 0.52 | 0 | 0.11 | 0.45 | 167.5 | 0.35 | 0.4 |
| Hex | 43 | 8B | 7C | 34 | 0 | B | 2D | A8 | 23 | 28 |
| Octal | 103 | 213 | 174 | 64 | 0 | 13 | 55 | 250 | 43 | 50 |
| Binary | 1000011 | 10001011 | 1111100 | 110100 | 0 | 1011 | 101101 | 10101000 | 100011 | 101000 |
Color Harmonies of #438B7C
Complementary color
Monochromatic Colors of #438B7C
Black with #438B7C
Text Example
Text Example
White with #438B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438B7C; }
p { color: rgb(67,139,124); }
H1.HeaderClassName
{
color: #438B7C;
}
.AnyTagClassName
{
color: #438B7C;
}
</style>
background-color css
<style>
a { background-color: #438B7C; }
a { background-color: rgb(67,139,124); }
div.DivClassName
{
background-color: #438B7C;
}
.BgClassName
{
background-color: #438B7C;
}
</style>
border-color css
<style>
span { border-color: #438B7C; }
span { border-color: rgb(67,139,124); }
td.TdClassName
{
border-color: #438B7C;
}
.TagClassName
{
border-color: #438B7C;
}
</style>