Shades of Lochinvar #438C7D
Tints of Lochinvar #438C7D
RGB
CMYK
RGB Variations
Color information
#438C7D (or 0x438C7D) is known color: Lochinvar. HEX triplet: 43, 8C and 7D. RGB value is (67,140,125). Sum of RGB (Red+Green+Blue) = 67+140+125=332 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.18% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 140 - color contains mainly: green. Hex color #438C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438C7D is #BC7382. Grayscale: #747474. Windows color (decimal): -12350339 or 8227907. OLE color: 8227907.
HSL color Cylindrical-coordinate representation of color #438C7D: hue angle of 167.67º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #438C7D is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 140 | 125 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.45 |
| HSL | 167.67º | 0.35% | 0.41% | - |
| HSV(B) | 167.67º | 0.52% | 0.55% | - |
| XYZ | 15.39 | 21.43 | 22.73 | - |
| YUV | 116.46 | 132.82 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 140 | 125 | 0.52 | 0 | 0.11 | 0.45 | 167.67 | 0.35 | 0.41 |
| Hex | 43 | 8C | 7D | 34 | 0 | B | 2D | A8 | 23 | 29 |
| Octal | 103 | 214 | 175 | 64 | 0 | 13 | 55 | 250 | 43 | 51 |
| Binary | 1000011 | 10001100 | 1111101 | 110100 | 0 | 1011 | 101101 | 10101000 | 100011 | 101001 |
Color Harmonies of #438C7D
Complementary color
Monochromatic Colors of #438C7D
Black with #438C7D
Text Example
Text Example
White with #438C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438C7D; }
p { color: rgb(67,140,125); }
H1.HeaderClassName
{
color: #438C7D;
}
.AnyTagClassName
{
color: #438C7D;
}
</style>
background-color css
<style>
a { background-color: #438C7D; }
a { background-color: rgb(67,140,125); }
div.DivClassName
{
background-color: #438C7D;
}
.BgClassName
{
background-color: #438C7D;
}
</style>
border-color css
<style>
span { border-color: #438C7D; }
span { border-color: rgb(67,140,125); }
td.TdClassName
{
border-color: #438C7D;
}
.TagClassName
{
border-color: #438C7D;
}
</style>