Shades of Lochinvar #388C83
Tints of Lochinvar #388C83
RGB
CMYK
RGB Variations
Color information
#388C83 (or 0x388C83) is known color: Lochinvar. HEX triplet: 38, 8C and 83. RGB value is (56,140,131). Sum of RGB (Red+Green+Blue) = 56+140+131=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 140 - color contains mainly: green. Hex color #388C83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388C83 is #C7737C. Grayscale: #717171. Windows color (decimal): -13071229 or 8621112. OLE color: 8621112.
HSL color Cylindrical-coordinate representation of color #388C83: hue angle of 173.57º 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 #388C83 is Cyan = 0.6, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 140 | 131 | - |
| CMYK | 0.6 | 0 | 0.06 | 0.45 |
| HSL | 173.57º | 0.43% | 0.38% | - |
| HSV(B) | 173.57º | 0.6% | 0.55% | - |
| XYZ | 15.11 | 21.24 | 24.78 | - |
| YUV | 113.86 | 137.67 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 131 | 0.6 | 0 | 0.06 | 0.45 | 173.57 | 0.43 | 0.38 |
| Hex | 38 | 8C | 83 | 3C | 0 | 6 | 2D | AE | 2B | 26 |
| Octal | 70 | 214 | 203 | 74 | 0 | 6 | 55 | 256 | 53 | 46 |
| Binary | 111000 | 10001100 | 10000011 | 111100 | 0 | 110 | 101101 | 10101110 | 101011 | 100110 |
Color Harmonies of #388C83
Complementary color
Monochromatic Colors of #388C83
Black with #388C83
Text Example
Text Example
White with #388C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388C83; }
p { color: rgb(56,140,131); }
H1.HeaderClassName
{
color: #388C83;
}
.AnyTagClassName
{
color: #388C83;
}
</style>
background-color css
<style>
a { background-color: #388C83; }
a { background-color: rgb(56,140,131); }
div.DivClassName
{
background-color: #388C83;
}
.BgClassName
{
background-color: #388C83;
}
</style>
border-color css
<style>
span { border-color: #388C83; }
span { border-color: rgb(56,140,131); }
td.TdClassName
{
border-color: #388C83;
}
.TagClassName
{
border-color: #388C83;
}
</style>