Shades of Lochinvar #438A79
Tints of Lochinvar #438A79
RGB
CMYK
RGB Variations
Color information
#438A79 (or 0x438A79) is known color: Lochinvar. HEX triplet: 43, 8A and 79. RGB value is (67,138,121). Sum of RGB (Red+Green+Blue) = 67+138+121=326 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.55% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 138 - color contains mainly: green. Hex color #438A79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438A79 is #BC7586. Grayscale: #727272. Windows color (decimal): -12350855 or 7965251. OLE color: 7965251.
HSL color Cylindrical-coordinate representation of color #438A79: hue angle of 165.63º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #438A79 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 138 | 121 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.46 |
| HSL | 165.63º | 0.35% | 0.4% | - |
| HSV(B) | 165.63º | 0.51% | 0.54% | - |
| XYZ | 14.85 | 20.75 | 21.31 | - |
| YUV | 114.83 | 131.48 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 138 | 121 | 0.51 | 0 | 0.12 | 0.46 | 165.63 | 0.35 | 0.4 |
| Hex | 43 | 8A | 79 | 33 | 0 | C | 2E | A6 | 23 | 28 |
| Octal | 103 | 212 | 171 | 63 | 0 | 14 | 56 | 246 | 43 | 50 |
| Binary | 1000011 | 10001010 | 1111001 | 110011 | 0 | 1100 | 101110 | 10100110 | 100011 | 101000 |
Color Harmonies of #438A79
Complementary color
Monochromatic Colors of #438A79
Black with #438A79
Text Example
Text Example
White with #438A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438A79; }
p { color: rgb(67,138,121); }
H1.HeaderClassName
{
color: #438A79;
}
.AnyTagClassName
{
color: #438A79;
}
</style>
background-color css
<style>
a { background-color: #438A79; }
a { background-color: rgb(67,138,121); }
div.DivClassName
{
background-color: #438A79;
}
.BgClassName
{
background-color: #438A79;
}
</style>
border-color css
<style>
span { border-color: #438A79; }
span { border-color: rgb(67,138,121); }
td.TdClassName
{
border-color: #438A79;
}
.TagClassName
{
border-color: #438A79;
}
</style>