Shades of Lochinvar #388D83
Tints of Lochinvar #388D83
RGB
CMYK
RGB Variations
Color information
#388D83 (or 0x388D83) is known color: Lochinvar. HEX triplet: 38, 8D and 83. RGB value is (56,141,131). Sum of RGB (Red+Green+Blue) = 56+141+131=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 141 - color contains mainly: green. Hex color #388D83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388D83 is #C7727C. Grayscale: #727272. Windows color (decimal): -13070973 or 8621368. OLE color: 8621368.
HSL color Cylindrical-coordinate representation of color #388D83: hue angle of 172.94º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #388D83 is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 141 | 131 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.45 |
| HSL | 172.94º | 0.43% | 0.39% | - |
| HSV(B) | 172.94º | 0.6% | 0.55% | - |
| XYZ | 15.25 | 21.53 | 24.82 | - |
| YUV | 114.45 | 137.34 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 141 | 131 | 0.60 | 0 | 0.07 | 0.45 | 172.94 | 0.43 | 0.39 |
| Hex | 38 | 8D | 83 | 3C | 0 | 7 | 2D | AD | 2B | 27 |
| Octal | 70 | 215 | 203 | 74 | 0 | 7 | 55 | 255 | 53 | 47 |
| Binary | 111000 | 10001101 | 10000011 | 111100 | 0 | 111 | 101101 | 10101101 | 101011 | 100111 |
Color Harmonies of #388D83
Complementary color
Monochromatic Colors of #388D83
Black with #388D83
Text Example
Text Example
White with #388D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388D83; }
p { color: rgb(56,141,131); }
H1.HeaderClassName
{
color: #388D83;
}
.AnyTagClassName
{
color: #388D83;
}
</style>
background-color css
<style>
a { background-color: #388D83; }
a { background-color: rgb(56,141,131); }
div.DivClassName
{
background-color: #388D83;
}
.BgClassName
{
background-color: #388D83;
}
</style>
border-color css
<style>
span { border-color: #388D83; }
span { border-color: rgb(56,141,131); }
td.TdClassName
{
border-color: #388D83;
}
.TagClassName
{
border-color: #388D83;
}
</style>