Shades of Lochinvar #388C7D
Tints of Lochinvar #388C7D
RGB
CMYK
RGB Variations
Color information
#388C7D (or 0x388C7D) is known color: Lochinvar. HEX triplet: 38, 8C and 7D. RGB value is (56,140,125). Sum of RGB (Red+Green+Blue) = 56+140+125=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 140 - color contains mainly: green. Hex color #388C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388C7D is #C77382. Grayscale: #717171. Windows color (decimal): -13071235 or 8227896. OLE color: 8227896.
HSL color Cylindrical-coordinate representation of color #388C7D: hue angle of 169.29º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #388C7D is Cyan = 0.6, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 140 | 125 | - |
| CMYK | 0.6 | 0 | 0.11 | 0.45 |
| HSL | 169.29º | 0.43% | 0.38% | - |
| HSV(B) | 169.29º | 0.6% | 0.55% | - |
| XYZ | 14.71 | 21.08 | 22.7 | - |
| YUV | 113.17 | 134.67 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 125 | 0.6 | 0 | 0.11 | 0.45 | 169.29 | 0.43 | 0.38 |
| Hex | 38 | 8C | 7D | 3C | 0 | B | 2D | A9 | 2B | 26 |
| Octal | 70 | 214 | 175 | 74 | 0 | 13 | 55 | 251 | 53 | 46 |
| Binary | 111000 | 10001100 | 1111101 | 111100 | 0 | 1011 | 101101 | 10101001 | 101011 | 100110 |
Color Harmonies of #388C7D
Complementary color
Monochromatic Colors of #388C7D
Black with #388C7D
Text Example
Text Example
White with #388C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388C7D; }
p { color: rgb(56,140,125); }
H1.HeaderClassName
{
color: #388C7D;
}
.AnyTagClassName
{
color: #388C7D;
}
</style>
background-color css
<style>
a { background-color: #388C7D; }
a { background-color: rgb(56,140,125); }
div.DivClassName
{
background-color: #388C7D;
}
.BgClassName
{
background-color: #388C7D;
}
</style>
border-color css
<style>
span { border-color: #388C7D; }
span { border-color: rgb(56,140,125); }
td.TdClassName
{
border-color: #388C7D;
}
.TagClassName
{
border-color: #388C7D;
}
</style>